Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-16 | updated for version 7.3.056 | Bram Moolenaar | |
Problem: "getline" argument in do_cmdline() shadows global. Solution: Rename the argument. Files: src/ex_docmd.c | |||
2010-11-10 | updated for version 7.3.055 | Bram Moolenaar | |
Problem: Recursively nested lists and dictionaries cause a near-endless loop when comparing them with a copy. (ZyX) Solution: Limit recursiveness in a way that non-recursive structures can still be nested very deep. Files: src/eval.c, src/testdir/test55.in, src/testdir/test55.ok | |||
2010-11-10 | updated for version 7.3.052 | Bram Moolenaar | |
Problem: When 'completefunc' opens a new window all kinds of errors follow. (Xavier Deguillard) Solution: When 'completefunc' goes to another window or buffer and when it deletes text abort completion. Add a test for 'completefunc'. | |||
2010-10-27 | updated for version 7.3.047 | Bram Moolenaar | |
Problem: Missing makefile updates for test 75. Solution: Update the makefiles. | |||
2010-10-20 | updated for version 7.3.032 | Bram Moolenaar | |
Problem: maparg() doesn't return the flags, such as <buffer>, <script>, <silent>. These are needed to save and restore a mapping. Solution: Improve maparg(). (also by Christian Brabandt) | |||
2010-10-20 | updated for version 7.3.030 | Bram Moolenaar | |
Problem: Cannot store Dict and List in viminfo file. Solution: Add support for this. (Christian Brabandt) | |||
2010-10-15 | updated for version 7.3.029 | Bram Moolenaar | |
Problem: ":sort n" sorts lines without a number as number zero. (Beeyawned) Solution: Make lines without a number sort before lines with a number. Also fix sorting negative numbers. | |||
2010-10-09 | updated for version 7.3.020 | Bram Moolenaar | |
Problem: Cursor position wrong when joining multiple lines and 'formatoptions' contains "a". (Moshe Kamensky) Solution: Adjust cursor position for skipped indent. (Carlo Teubner) | |||
2010-09-29 | updated for version 7.3.015 | Bram Moolenaar | |
Problem: Test is using error message that no longer exists. Solution: Change E106 to E121. (Dominique Pelle) | |||
2010-09-14 | updated for version 7.3.005 | Bram Moolenaar | |
Problem: Crash when using undotree(). (Christian Brabandt) Solution: Increase the list reference count. Add a test for undotree() (Lech Lorens) | |||
2010-08-15 | Two fixes for :find completion and more testing. (Nazri Ramliy) | Bram Moolenaar | |
2010-08-13 | Use mkdir() instead of !mkdir in test 73, it's more reliable. | Bram Moolenaar | |
2010-08-13 | More fixes for :find completion. (mostly by Nazri Ramliy) | Bram Moolenaar | |
2010-08-12 | Improvements for :find completion. | Bram Moolenaar | |
2010-08-11 | Fixes for :find completion. | Bram Moolenaar | |
2010-08-08 | Make test 11 pass when there is no gzip program. (John Beckett) | Bram Moolenaar | |
2010-08-08 | Avoid that test 73 ovewrites viminfo. (James Vega) | Bram Moolenaar | |
2010-08-08 | Fix: test 73 failed with small features. | Bram Moolenaar | |
2010-08-07 | Set 'visualbell' in test 72 to avoid a beep. | Bram Moolenaar | |
2010-08-05 | Fix a few problems for :find completion. Test much more. (Nazri Ramliy) | Bram Moolenaar | |
2010-08-04 | Make test 73 a bit more portable. | Bram Moolenaar | |
2010-08-04 | Make :find completion consistent between Unix and MS-Windows. Add a test. | Bram Moolenaar | |
(Nazri Ramliy) | |||
2010-08-04 | Small changes to the test files. (John Beckett) | Bram Moolenaar | |
2010-08-01 | Fix: test 69 didn't work on MS-Windows. Test 72 beeped too often. | Bram Moolenaar | |
2010-08-01 | Avoid that running tests changes viminfo. | Bram Moolenaar | |
2010-07-30 | Improvements for VMS. (Zoltan Arpadffy) | Bram Moolenaar | |
2010-07-30 | Correct comments in testdir makefiles. (John Beckett) | Bram Moolenaar | |
2010-07-30 | Fix test 72 not setting encryption method. (Dominique Pelle) | Bram Moolenaar | |
2010-07-29 | Few more fixes for VMS. | Bram Moolenaar | |
2010-07-25 | Fix: when resetting both 'title' and 'icon' the title would be set after a | Bram Moolenaar | |
shell command. Reset 'title' and 'icon' in test47 to avoid the xterm title getting messed up. | |||
2010-07-20 | Change 'cryptmethod' from a number to a string option. Make it global-local. | Bram Moolenaar | |
2010-07-10 | Improve test for joining lines. (Milan Vancura) | Bram Moolenaar | |
2010-06-27 | Added ":earlier 1f" and ":later 1f". | Bram Moolenaar | |
2010-06-21 | Crypt the swapfile. | Bram Moolenaar | |
2010-06-13 | Added salt to blowfish encryption. | Bram Moolenaar | |
2010-05-31 | Add test for gettabvar() and settabvar(). | Bram Moolenaar | |
2010-05-30 | Crypt the text in the undo file if the file itself is crypted. | Bram Moolenaar | |
2010-05-30 | A few more fixes for undo file. Split test in two parts so that it doesn't | Bram Moolenaar | |
fail with tiny features. | |||
2010-05-28 | updated for version 7.2.440 | Bram Moolenaar | |
Problem: Calling a function through a funcref, where the function deletes the funcref, leads to an invalid memory access. Solution: Make a copy of the function name. (Lech Lorens) | |||
2010-05-23 | Included patch for persistent undo. Lots of changes and added test. | Bram Moolenaar | |
2010-05-21 | A few more changes for encryption. Add test that encrypted file can be read. | Bram Moolenaar | |
2010-05-16 | Add the blowfish encryption patch from Mohsin Ahmed. Needs more work. | Bram Moolenaar | |
2010-03-02 | updated for version 7.2.384 | Bram Moolenaar | |
Problem: Vim doesn't build properly with MSVC 2010. Solution: Add the nmake version to the build file. (George Reilly) | |||
2010-02-24 | updated for version 7.2.370 | Bram Moolenaar | |
Problem: A redraw may cause folds to be closed. Solution: Revert part of the previous patch. Add a test. (Lech Lorens) | |||
2010-01-19 | updated for version 7.2.336 | Bram Moolenaar | |
Problem: MzScheme interface can't evaluate an expression. Solution: Add mzeval(). (Sergey Khorev) | |||
2009-11-17 | updated for version 7.2-302 | Bram Moolenaar | |
2009-11-17 | updated for version 7.2-301 | Bram Moolenaar | |
2009-11-03 | updated for version 7.2-274 | Bram Moolenaar | |
2009-09-18 | updated for version 7.2-260 | Bram Moolenaar | |
2009-09-11 | updated for version 7.2-259 | Bram Moolenaar | |