summaryrefslogtreecommitdiff
path: root/src/testdir
AgeCommit message (Collapse)Author
2010-11-16updated for version 7.3.056Bram Moolenaar
Problem: "getline" argument in do_cmdline() shadows global. Solution: Rename the argument. Files: src/ex_docmd.c
2010-11-10updated for version 7.3.055Bram 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-10updated for version 7.3.052Bram 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-27updated for version 7.3.047Bram Moolenaar
Problem: Missing makefile updates for test 75. Solution: Update the makefiles.
2010-10-20updated for version 7.3.032Bram 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-20updated for version 7.3.030Bram Moolenaar
Problem: Cannot store Dict and List in viminfo file. Solution: Add support for this. (Christian Brabandt)
2010-10-15updated for version 7.3.029Bram 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-09updated for version 7.3.020Bram 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-29updated for version 7.3.015Bram Moolenaar
Problem: Test is using error message that no longer exists. Solution: Change E106 to E121. (Dominique Pelle)
2010-09-14updated for version 7.3.005Bram Moolenaar
Problem: Crash when using undotree(). (Christian Brabandt) Solution: Increase the list reference count. Add a test for undotree() (Lech Lorens)
2010-08-15Two fixes for :find completion and more testing. (Nazri Ramliy)Bram Moolenaar
2010-08-13Use mkdir() instead of !mkdir in test 73, it's more reliable.Bram Moolenaar
2010-08-13More fixes for :find completion. (mostly by Nazri Ramliy)Bram Moolenaar
2010-08-12Improvements for :find completion.Bram Moolenaar
2010-08-11Fixes for :find completion.Bram Moolenaar
2010-08-08Make test 11 pass when there is no gzip program. (John Beckett)Bram Moolenaar
2010-08-08Avoid that test 73 ovewrites viminfo. (James Vega)Bram Moolenaar
2010-08-08Fix: test 73 failed with small features.Bram Moolenaar
2010-08-07Set 'visualbell' in test 72 to avoid a beep.Bram Moolenaar
2010-08-05Fix a few problems for :find completion. Test much more. (Nazri Ramliy)Bram Moolenaar
2010-08-04Make test 73 a bit more portable.Bram Moolenaar
2010-08-04Make :find completion consistent between Unix and MS-Windows. Add a test.Bram Moolenaar
(Nazri Ramliy)
2010-08-04Small changes to the test files. (John Beckett)Bram Moolenaar
2010-08-01Fix: test 69 didn't work on MS-Windows. Test 72 beeped too often.Bram Moolenaar
2010-08-01Avoid that running tests changes viminfo.Bram Moolenaar
2010-07-30Improvements for VMS. (Zoltan Arpadffy)Bram Moolenaar
2010-07-30Correct comments in testdir makefiles. (John Beckett)Bram Moolenaar
2010-07-30Fix test 72 not setting encryption method. (Dominique Pelle)Bram Moolenaar
2010-07-29Few more fixes for VMS.Bram Moolenaar
2010-07-25Fix: when resetting both 'title' and 'icon' the title would be set after aBram Moolenaar
shell command. Reset 'title' and 'icon' in test47 to avoid the xterm title getting messed up.
2010-07-20Change 'cryptmethod' from a number to a string option. Make it global-local.Bram Moolenaar
2010-07-10Improve test for joining lines. (Milan Vancura)Bram Moolenaar
2010-06-27Added ":earlier 1f" and ":later 1f".Bram Moolenaar
2010-06-21Crypt the swapfile.Bram Moolenaar
2010-06-13Added salt to blowfish encryption.Bram Moolenaar
2010-05-31Add test for gettabvar() and settabvar().Bram Moolenaar
2010-05-30Crypt the text in the undo file if the file itself is crypted.Bram Moolenaar
2010-05-30A few more fixes for undo file. Split test in two parts so that it doesn'tBram Moolenaar
fail with tiny features.
2010-05-28updated for version 7.2.440Bram 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-23Included patch for persistent undo. Lots of changes and added test.Bram Moolenaar
2010-05-21A few more changes for encryption. Add test that encrypted file can be read.Bram Moolenaar
2010-05-16Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.Bram Moolenaar
2010-03-02updated for version 7.2.384Bram Moolenaar
Problem: Vim doesn't build properly with MSVC 2010. Solution: Add the nmake version to the build file. (George Reilly)
2010-02-24updated for version 7.2.370Bram Moolenaar
Problem: A redraw may cause folds to be closed. Solution: Revert part of the previous patch. Add a test. (Lech Lorens)
2010-01-19updated for version 7.2.336Bram Moolenaar
Problem: MzScheme interface can't evaluate an expression. Solution: Add mzeval(). (Sergey Khorev)
2009-11-17updated for version 7.2-302Bram Moolenaar
2009-11-17updated for version 7.2-301Bram Moolenaar
2009-11-03updated for version 7.2-274Bram Moolenaar
2009-09-18updated for version 7.2-260Bram Moolenaar
2009-09-11updated for version 7.2-259Bram Moolenaar