You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using vim-misc as a dependency for vim-notes, which is a really great plugin. However, recently I've noticed an annoyance: I can't use the filename omnicompletion (mapped by default to c-x c-f) when vim-misc is enabled. It seemed like I could never trigger c-x c-f, only c-x (insert), unless I was really fast. After some investigation I found this probably has to do with updatetime and CursorHoldI. I had set updatetime in my .vimrc to a pretty low value, 200. After letting it go to the default value (4000) c-x c-f works normally. I don't know if this is something that is avoidable with vim-misc, but if it's not, maybe it should be documented somewhere.
The text was updated successfully, but these errors were encountered:
Hi, I'm using
vim-misc
as a dependency forvim-notes
, which is a really great plugin. However, recently I've noticed an annoyance: I can't use the filename omnicompletion (mapped by default toc-x c-f
) whenvim-misc
is enabled. It seemed like I could never trigger c-x c-f, only c-x (insert), unless I was really fast. After some investigation I found this probably has to do withupdatetime
andCursorHoldI
. I had setupdatetime
in my.vimrc
to a pretty low value, 200. After letting it go to the default value (4000) c-x c-f works normally. I don't know if this is something that is avoidable withvim-misc
, but if it's not, maybe it should be documented somewhere.The text was updated successfully, but these errors were encountered: