Patch 7.0.062
commit43fe611077abd2c4ef93dc0bd5c9b7beed2c1815
authoredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Thu, 17 Aug 2006 03:58:59 +0000 (17 03:58 +0000)
committeredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Thu, 17 Aug 2006 03:58:59 +0000 (17 03:58 +0000)
tree3165cb96326f35483bc95c7d734c9781b434a095
parent91d8be9c361428b5a766d0e63de4c0dc64f40ce7
Patch 7.0.062
Problem:    Mac: Crash when using the popup menu for spell correction.  The
           popup menu appears twice when letting go of the right mouse button
           early.
Solution:   Don't show the popup menu on the release of the right mouse
           button.  Also check that a menu pointer is actually valid.
Files:      src/proto/menu.pro, src/menu.c, src/normal.c, src/term.c

git-svn-id: https://vim.svn.sourceforge.net/svnroot/vim/vim7@74 2a77ed30-b011-0410-a7ad-c7884a0aa172
src/menu.c
src/normal.c
src/proto/menu.pro
src/term.c
src/version.c