aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/nm_vim.py
diff options
context:
space:
mode:
Diffstat (limited to 'vim/plugin/nm_vim.py')
-rw-r--r--vim/plugin/nm_vim.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/plugin/nm_vim.py b/vim/plugin/nm_vim.py
index 582ccae..2d62035 100644
--- a/vim/plugin/nm_vim.py
+++ b/vim/plugin/nm_vim.py
@@ -163,6 +163,7 @@ class Search(NMBuffer):
vim.command('augroup nm_vimpy')
vim.command('autocmd CursorMoved <buffer> python nm_vim.get_current_buffer().process_results()')
+ vim.command('autocmd CursorHold <buffer> python nm_vim.get_current_buffer().process_results()')
vim.command('augroup END')
self._search_thread = threading.Thread(target = self._refresh_thread)