mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-08 03:24:47 +08:00
remove func_def escape sequence from search history
This commit is contained in:
@@ -81,6 +81,8 @@ if 1:
|
|||||||
vim.command(r'try | %%s/%s/\1/g | catch | endtry' % regex)
|
vim.command(r'try | %%s/%s/\1/g | catch | endtry' % regex)
|
||||||
vim.current.window.cursor = cursor
|
vim.current.window.cursor = cursor
|
||||||
PYTHONEOF
|
PYTHONEOF
|
||||||
|
call histdel("search", -1)
|
||||||
|
let @/ = histget("search", -1)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user