summaryrefslogtreecommitdiff
path: root/src/testdir/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.491v7.3.491Bram Moolenaar2012-04-051-1/+1
| | | | | Problem: No tests for Lua. Solution: Add some simple tests for Lua. (Luis Carvalho)
* updated for version 7.3.487v7.3.487Bram Moolenaar2012-03-281-1/+2
| | | | | | | Problem: When setting 'timeoutlen' or 'ttimeoutlen' the column for vertical movement is reset unnecessarily. Solution: Do not set w_set_curswant for every option. Add a test for this. (Kana Natsuno) Add the P_CURSWANT flag for options.
* updated for version 7.3.336v7.3.336Bram Moolenaar2011-10-121-2/+2
| | | | | | | Problem: When a tags file specifies an encoding different from 'enc' it may hang and using a pattern doesn't work. Solution: Convert the whole line. Continue reading the header after the SORT tag. Add test83. (Yukihiro Nakadaira)
* updated for version 7.3.253v7.3.253Bram Moolenaar2011-07-151-1/+1
| | | | | | | | | Problem: "echo 'abc' > ''" returns 0 or 1, depending on 'ignorecase'. Checks in mb_strnicmp() for illegal and truncated bytes are wrong. Should not assume that byte length is equal before case folding. Solution: Add utf_safe_read_char_adv() and utf_strnicmp(). Add a test for this. (Ivan Krasilnikov)
* updated for version 7.3.235v7.3.235Bram Moolenaar2011-06-261-1/+1
| | | | | Problem: ";" gets stuck on a "t" command, it's not useful. Solution: Add the ';' flag in 'cpo'. (Christian Brabandt)
* updated for version 7.3.225v7.3.225Bram Moolenaar2011-06-191-1/+2
| | | | | | | Problem: Using "\n" in a substitute inside ":s" does not result in a line break. Solution: Change behavior inside vim_regexec_nl(). Add tests. (Motoya Kurotsu)
* updated for version 7.3.216v7.3.216Bram Moolenaar2011-06-131-2/+2
| | | | | | Problem: When recovering a file a range of lines is missing. (Charles Jie) Solution: Reset the index when advancing to the next pointer block. Add a test to verify recovery works.
* updated for version 7.3.143Bram Moolenaar2011-03-221-2/+2
| | | | | | | Problem: Memfile is not tested sufficiently. Looking up blocks in a memfile is slow when there are many blocks. Solution: Add high level test and unittest. Adjust the number of hash buckets to the number of blocks. (Ivan Krasilnikov)
* updated for version 7.3.052v7.3.052Bram Moolenaar2010-11-101-1/+1
| | | | | | | 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'.
* updated for version 7.3.047v7.3.047Bram Moolenaar2010-10-271-1/+1
| | | | | Problem: Missing makefile updates for test 75. Solution: Update the makefiles.
* updated for version 7.3.030v7.3.030Bram Moolenaar2010-10-201-1/+3
| | | | | Problem: Cannot store Dict and List in viminfo file. Solution: Add support for this. (Christian Brabandt)
* updated for version 7.3.005v7.3.005Bram Moolenaar2010-09-141-1/+1
| | | | | | Problem: Crash when using undotree(). (Christian Brabandt) Solution: Increase the list reference count. Add a test for undotree() (Lech Lorens)
* Make :find completion consistent between Unix and MS-Windows. Add a test.Bram Moolenaar2010-08-041-1/+1
| | | | (Nazri Ramliy)
* A few more fixes for undo file. Split test in two parts so that it doesn'tBram Moolenaar2010-05-301-1/+1
| | | | fail with tiny features.
* Included patch for persistent undo. Lots of changes and added test.Bram Moolenaar2010-05-231-1/+1
|
* Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.Bram Moolenaar2010-05-161-2/+2
|
* updated for version 7.2.336v7.2.336Bram Moolenaar2010-01-191-3/+3
| | | | | Problem: MzScheme interface can't evaluate an expression. Solution: Add mzeval(). (Sergey Khorev)
* updated for version 7.2-301v7.2.301Bram Moolenaar2009-11-171-1/+2
|
* updated for version 7.2-259v7.2.259Bram Moolenaar2009-09-111-1/+1
|
* updated for version 7.2-217v7.2.217Bram Moolenaar2009-06-241-3/+5
|
* updated for version 7.2-137v7.2.137Bram Moolenaar2009-03-111-1/+1
|
* updated for version 7.2-015v7.2.015Bram Moolenaar2008-09-101-8/+10
|
* updated for version 7.2av7.2aBram Moolenaar2008-06-241-1/+1
|
* updated for version 7.1-120v7.1.120Bram Moolenaar2007-09-251-2/+6
|
* updated for version 7.1-071v7.1.071Bram Moolenaar2007-08-141-3/+8
|
* updated for version 7.1-040v7.1.040Bram Moolenaar2007-07-261-2/+2
|
* updated for version 7.0gv7.0gBram Moolenaar2006-04-301-1/+1
|
* updated for version 7.0225Bram Moolenaar2006-03-151-1/+1
|
* updated for version 7.0175v7.0175Bram Moolenaar2005-12-221-1/+1
|
* updated for version 7.0158v7.0158Bram Moolenaar2005-11-231-1/+1
|
* updated for version 7.0104v7.0104Bram Moolenaar2005-07-061-2/+1
|
* updated for version 7.0103v7.0103Bram Moolenaar2005-07-051-1/+2
|
* updated for version 7.0102v7.0102Bram Moolenaar2005-07-041-3/+4
|
* updated for version 7.0088Bram Moolenaar2005-06-191-1/+1
|
* updated for version 7.0077v7.0077Bram Moolenaar2005-05-311-1/+1
|
* updated for version 7.0072v7.0072Bram Moolenaar2005-05-181-1/+1
|
* updated for version 7.0051v7.0051Bram Moolenaar2005-02-221-4/+7
|
* updated for version 7.0042Bram Moolenaar2005-01-191-1/+1
|
* updated for version 7.0024v7.0024Bram Moolenaar2004-12-241-1/+2
|
* updated for version 7.0019v7.0019Bram Moolenaar2004-10-121-0/+2
|
* updated for version 7.0011v7.0011Bram Moolenaar2004-07-191-1/+1
|
* updated for version 7.0004Bram Moolenaar2004-07-021-1/+1
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+58