mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +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.current.window.cursor = cursor
|
||||
PYTHONEOF
|
||||
call histdel("search", -1)
|
||||
let @/ = histget("search", -1)
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user