Patch 7.0.104
commit0c8c1e649386c51a39fc2fd27715c620b9945bdd
authoredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Thu, 14 Sep 2006 14:48:41 +0000 (14 14:48 +0000)
committeredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Thu, 14 Sep 2006 14:48:41 +0000 (14 14:48 +0000)
treee768f1eb8513935d5484f41f465a18a0c25f87a1
parentbf58596ebc64a372b2ac593ff05ba148bac1925a
Patch 7.0.104
Problem:    The CursorHoldI event only triggers once in Insert mode.  It also
           triggers after CTRL-V and other two-key commands.
Solution:   Set "did_cursorhold" before getting a second key.  Reset
           "did_cursorhold" after handling a command.
Files:      src/edit.c, src/fileio.c

git-svn-id: https://vim.svn.sourceforge.net/svnroot/vim/vim7@120 2a77ed30-b011-0410-a7ad-c7884a0aa172
src/edit.c
src/fileio.c
src/version.c