remove func_def escape sequence from search history

This commit is contained in:
tek
2012-09-20 18:33:50 +02:00
parent d5ff3b1522
commit cb02ed8f2a

View File

@@ -81,6 +81,8 @@ if 1:
vim.command(r'try | %%s/%s/\1/g | catch | endtry' % regex)
vim.current.window.cursor = cursor
PYTHONEOF
call histdel("search", -1)
let @/ = histget("search", -1)
endfunction