0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

Fix illegal memory access when using expressions in the command line.

This commit is contained in:
Bram Moolenaar
2010-08-13 16:51:26 +02:00
parent 4a474d36d7
commit 35a3423c6a
2 changed files with 4 additions and 3 deletions

View File

@@ -30,8 +30,6 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
*known-bugs*
-------------------- Known bugs and current work -----------------------
Patch for crash with cmdline editing functions. (Dominique Pelle, 2010 Aug 12)
Have a close look at :find completion, anything that could be wrong?
Test 73 fails on MS-Windows when compiled with DJGPP and run twice. How to