summaryrefslogtreecommitdiff
path: root/src/testdir/Make_dos.mak
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.4a.005v7.4a.005Bram Moolenaar2013-07-091-1/+1
| | | | | | Problem: Scroll binding causes unexpected scroll. Solution: Store the topline after updating scroll binding. Add a test. (Lech Lorens)
* updated for version 7.3.1301v7.3.1301Bram Moolenaar2013-07-031-2/+2
| | | | | | Problem: Some tests fail on MS-Windows. Solution: Fix path separators in test 89 and 96. Omit test 97, escaping works differently. Make findfile() work on MS-Windows.
* updated for version 7.3.1295v7.3.1295Bram Moolenaar2013-07-031-1/+1
| | | | | | Problem: glob() and globpath() do not handle escaped special characters properly. Solution: Handle escaped characters differently. (Adnan Zafar)
* updated for version 7.3.1285v7.3.1285Bram Moolenaar2013-07-011-1/+1
| | | | | | Problem: No tests for picking a window when selecting an entry in a location list. Not picking the right window sometimes. Solution: Add test 96. Set usable_win appropriately. (Lech Lorens)
* updated for version 7.3.1218v7.3.1218Bram Moolenaar2013-06-171-4/+9
| | | | | | Problem: "make test" on MS-Windows does not clean all temporary files and gives some unneccessary message. Solution: Clean the right files. Create .failed files. (Ken Takata)
* updated for version 7.3.1212v7.3.1212Bram Moolenaar2013-06-161-11/+16
| | | | | Problem: "make test" on MS-Windows does not report failure like Unix does. Solution: Make it work like on Unix. (Taro Muraoka)
* updated for version 7.3.1155v7.3.1155Bram Moolenaar2013-06-091-1/+1
| | | | | Problem: MS-DOS: "make test" uses external rmdir command. Solution: Rename "rmdir" to "rd". (Taro Muraoka)
* updated for version 7.3.970v7.3.970Bram Moolenaar2013-05-191-1/+1
| | | | | | | Problem: Syntax highlighting can be slow. Solution: Include the NFA regexp engine. Add the 'regexpengine' option to select which one is used. (various authors, including Ken Takata, Andrei Aiordachioaie, Russ Cox, Xiaozhou Liua, Ian Young)
* updated for version 7.3.887v7.3.887Bram Moolenaar2013-04-121-1/+2
| | | | | Problem: No tests for Visual mode operators, what 7.3.879 fixes. Solution: Add a new test file. (David Bürgin)
* updated for version 7.3.838v7.3.838Bram Moolenaar2013-02-261-1/+1
| | | | | Problem: Insufficient testing for mksession. Solution: Add tests. (mostly by Roland Eggner)
* updated for version 7.3.831v7.3.831Bram Moolenaar2013-02-201-1/+1
| | | | | | Problem: Clumsy to handle the situation that a variable does not exist. Solution: Add default value to getbufvar() et al. (Shougo Matsushita, Hirohito Higashi)
* updated for version 7.3.816v7.3.816Bram Moolenaar2013-02-131-1/+1
| | | | | Problem: Can't compute a hash. Solution: Add the sha256() function. (Tyru, Hirohito Higashi)
* updated for version 7.3.810v7.3.810Bram Moolenaar2013-02-131-1/+2
| | | | | | Problem: 'relativenumber is reset unexpectedly. (François Ingelrest) Solution: After an option was reset also reset the global value. Add a test. (Christian Brabandt)
* updated for version 7.3.748v7.3.748Bram Moolenaar2012-12-051-1/+1
| | | | | | Problem: Cannot properly test conceal mode. Solution: Add the screencol() and screenrow() functions. Use them in test88. (Simon Ruderich)
* updated for version 7.3.684v7.3.684Bram Moolenaar2012-10-061-0/+1
| | | | | Problem: "make test" does not delete lua.vim. Solution: Add lua.vim to the clean target. (Simon Ruderich)
* updated for version 7.3.569v7.3.569Bram Moolenaar2012-06-291-1/+1
| | | | | Problem: Evaluating Vim expression in Python is insufficient. Solution: Add vim.bindeval(). Also add pyeval() and py3eval(). (ZyX)
* updated for version 7.3.496v7.3.496Bram Moolenaar2012-04-131-1/+2
| | | | | | Problem: MS-DOS: When "diff" trips over difference in line separators some tests fail. Solution: Make some .ok files use unix line separators. (David Pope)
* 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-1/+1
| | | | | | | 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-1/+1
| | | | | | 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-1/+1
| | | | | | | 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/+2
| | | | | Problem: Cannot store Dict and List in viminfo file. Solution: Add support for this. (Christian Brabandt)
* Use mkdir() instead of !mkdir in test 73, it's more reliable.Bram Moolenaar2010-08-131-2/+1
|
* More fixes for :find completion. (mostly by Nazri Ramliy)Bram Moolenaar2010-08-131-0/+2
|
* Make test 73 a bit more portable.Bram Moolenaar2010-08-041-0/+1
|
* Make :find completion consistent between Unix and MS-Windows. Add a test.Bram Moolenaar2010-08-041-1/+1
| | | | (Nazri Ramliy)
* Fix: test 69 didn't work on MS-Windows. Test 72 beeped too often.Bram Moolenaar2010-08-011-0/+1
|
* Correct comments in testdir makefiles. (John Beckett)Bram Moolenaar2010-07-301-1/+1
|
* 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.
* Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.Bram Moolenaar2010-05-161-1/+1
|
* updated for version 7.2.384v7.2.384Bram Moolenaar2010-03-021-0/+1
| | | | | Problem: Vim doesn't build properly with MSVC 2010. Solution: Add the nmake version to the build file. (George Reilly)
* updated for version 7.2.336v7.2.336Bram Moolenaar2010-01-191-1/+1
| | | | | Problem: MzScheme interface can't evaluate an expression. Solution: Add mzeval(). (Sergey Khorev)
* updated for version 7.2-302v7.2.302Bram Moolenaar2009-11-171-1/+2
|
* updated for version 7.2-260v7.2.260Bram Moolenaar2009-09-181-1/+1
|
* updated for version 7.2-138v7.2.138Bram Moolenaar2009-03-111-1/+1
|
* updated for version 7.2aBram Moolenaar2008-06-241-1/+1
|
* updated for version 7.1-072v7.1.072Bram Moolenaar2007-08-141-8/+8
|
* updated for version 7.1-041v7.1.041Bram Moolenaar2007-07-261-1/+1
|
* updated for version 7.0gv7.0gBram Moolenaar2006-04-301-1/+1
|
* updated for version 7.0bBram Moolenaar2006-03-241-1/+1
|
* updated for version 7.0225Bram Moolenaar2006-03-151-1/+1
|
* updated for version 7.0176Bram Moolenaar2005-12-231-2/+3
|
* updated for version 7.0175v7.0175Bram Moolenaar2005-12-221-1/+1
|
* updated for version 7.0103v7.0103Bram Moolenaar2005-07-051-1/+1
|