summaryrefslogtreecommitdiff
path: root/src/testdir/Make_os2.mak
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.1008v7.4.1008Bram Moolenaar2015-12-311-67/+0
| | | | | Problem: The OS/2 code pollutes the source while nobody uses it these days. Solution: Drop the support for OS/2.
* patch 7.4.988v7.4.988Bram Moolenaar2015-12-281-0/+2
| | | | | Problem: Default test target is test49.out. Solution: Add a build rule before including Make_all.mak.
* patch 7.4.983v7.4.983Bram Moolenaar2015-12-281-2/+5
| | | | | Problem: Executing one test after "make testclean" doesn't work. Solution: Add a dependency on test1.out.
* patch 7.4.982v7.4.982Bram Moolenaar2015-12-281-53/+6
| | | | | | Problem: Keeping the list of tests updated is a hassle. Solution: Move the list to a separate file, so that it only needs to be udpated in one place.
* patch 7.4.980v7.4.980Bram Moolenaar2015-12-281-1/+0
| | | | | Problem: Tests for :cdo, :ldo, etc. are outdated. Solution: Add new style tests for these commands. (Yegappan Lakshmanan)
* patch 7.4.952v7.4.952Bram Moolenaar2015-12-031-1/+1
| | | | | Problem: 'lispwords' is tested in the old way. Solution: Make a new style test for 'lispwords'.
* patch 7.4.943v7.4.943Bram Moolenaar2015-11-281-1/+2
| | | | | Problem: Tests are not run. Solution: Add test_writefile to makefiles. (Ken Takata)
* patch 7.4.941v7.4.941Bram Moolenaar2015-11-241-0/+1
| | | | | Problem: There is no way to ignore case only for tag searches. Solution: Add the 'tagcase' option. (Gary Johnson)
* patch 7.4.858v7.4.858Bram Moolenaar2015-09-081-0/+1
| | | | | | Problem: It's a bit clumsy to execute a command on a list of matches. Solution: Add the ":ldo", ":lfdo", ":cdo" and ":cfdo" commands. (Yegappan Lakshmanan)
* patch 7.4.844v7.4.844Bram Moolenaar2015-09-011-0/+1
| | | | | Problem: When '#' is in 'isident' the is# comparator doesn't work. Solution: Don't use vim_isIDc(). (Yasuhiro Matsumoto)
* patch 7.4.813v7.4.813Bram Moolenaar2015-08-111-0/+1
| | | | | Problem: It is not possible to save and restore character search state. Solution: Add getcharsearch() and setcharsearch(). (James McCoy)
* patch 7.4.792v7.4.792Bram Moolenaar2015-07-211-0/+1
| | | | | Problem: Can only conceal text by defining syntax items. Solution: Use matchadd() to define concealing. (Christian Brabandt)
* patch 7.4.786v7.4.786Bram Moolenaar2015-07-171-0/+1
| | | | | Problem: It is not possible for a plugin to adjust to a changed setting. Solution: Add the OptionSet autocommand event. (Christian Brabandt)
* patch 7.4.785v7.4.785Bram Moolenaar2015-07-171-0/+1
| | | | | | Problem: On some systems automatically adding the missing EOL causes problems. Setting 'binary' has too many side effects. Solution: Add the 'fixeol' option, default on. (Pavel Samarkin)
* patch 7.4.771v7.4.771Bram Moolenaar2015-07-101-0/+1
| | | | | | Problem: Search does not handle multi-byte character at the start position correctly. Solution: Take byte size of character into account. (Yukihiro Nakadaira)
* patch 7.4.754v7.4.754Bram Moolenaar2015-06-251-0/+1
| | | | | | Problem: Using CTRL-A in Visual mode does not work well. (Gary Johnson) Solution: Make it increment all numbers in the Visual area. (Christian Brabandt)
* patch 7.4.744v7.4.744Bram Moolenaar2015-06-191-0/+2
| | | | | Problem: No tests for Ruby and Perl. Solution: Add minimal tests. (Ken Takata)
* patch 7.4.741v7.4.741Bram Moolenaar2015-06-191-0/+1
| | | | | | | Problem: When using += with ":set" a trailing comma is not recognized. (Issue 365) Solution: Don't add a second comma. Add a test. (partly by Christian Brabandt)
* patch 7.4.710v7.4.710Bram Moolenaar2015-04-211-0/+1
| | | | | Problem: It is not possible to make spaces visibible in list mode. Solution: Add the "space" item to 'listchars'. (David Bürgin, issue 350)
* updated for version 7.4.680v7.4.680Bram Moolenaar2015-03-241-0/+1
| | | | | | Problem: CTRL-W in Insert mode does not work well for multi-byte characters. Solution: Use mb_get_class(). (Yasuhiro Matsumoto)
* updated for version 7.4.662v7.4.662Bram Moolenaar2015-03-131-0/+1
| | | | | | Problem: When 'M' is in the 'cpo' option then selecting a text object in parenthesis does not work correctly. Solution: Keep 'M' in 'cpo' when finding a match. (Hirohito Higashi)
* updated for version 7.4.634v7.4.634Bram Moolenaar2015-02-171-0/+1
| | | | | Problem: Marks are not restored after redo + undo. Solution: Fix the way marks are restored. (Olaf Dabrunz)
* updated for version 7.4.588v7.4.588Bram Moolenaar2015-01-201-0/+1
| | | | | | Problem: ":0argedit foo" puts the new argument in the second place instead of the first. Solution: Adjust the range type. (Ingo Karkat)
* updated for version 7.4.549v7.4.549Bram Moolenaar2014-12-131-0/+1
| | | | | Problem: Function name not recognized correctly when inside a function. Solution: Don't check for an alpha character.
* updated for version 7.4.542v7.4.542Bram Moolenaar2014-12-081-0/+1
| | | | | | | Problem: Using a range for window and buffer commands has a few problems. Cannot specify the type of range for a user command. Solution: Add the -addr argument for user commands. Fix problems. (Marcin Szamotulski)
* updated for version 7.4.530v7.4.530Bram Moolenaar2014-11-271-0/+2
| | | | | | | | Problem: Many commands take a count or range that is not using line numbers. Solution: For each command specify what kind of count it uses. For windows, buffers and arguments have "$" and "." have a relevant meaning. (Marcin Szamotulski)
* updated for version 7.4.497v7.4.497Bram Moolenaar2014-11-051-0/+11
| | | | | | | Problem: With some regexp patterns the NFA engine uses many states and becomes very slow. To the user it looks like Vim freezes. Solution: When the number of states reaches a limit fall back to the old engine. (Christian Brabandt)
* updated for version 7.4.487v7.4.487Bram Moolenaar2014-10-211-0/+1
| | | | | | Problem: ":sign jump" may use another window even though the file is already edited in the current window. Solution: First check if the file is in the current window. (James McCoy)
* updated for version 7.4.483v7.4.483Bram Moolenaar2014-10-211-0/+1
| | | | | Problem: A 0x80 byte is not handled correctly in abbreviations. Solution: Unescape special characters. Add a test. (Christian Brabandt)
* updated for version 7.4.408v7.4.408Bram Moolenaar2014-08-161-2/+3
| | | | | Problem: Visual block insert breaks a multi-byte character. Solution: Calculate the position properly. (Yasuhiro Matsumoto)
* updated for version 7.4.387v7.4.387Bram Moolenaar2014-07-301-0/+1
| | | | | Problem: "4gro" replaces one character then executes "ooo". (Urtica Dioica) Solution: Write the ESC in the second stuff buffer.
* updated for version 7.4.386v7.4.386Bram Moolenaar2014-07-301-0/+1
| | | | | Problem: When splitting a window the changelist position is wrong. Solution: Copy the changelist position. (Jacob Niehus)
* updated for version 7.4.378v7.4.378Bram Moolenaar2014-07-231-1/+2
| | | | | Problem: Title of quickfist list is not kept for setqflist(list, 'r'). Solution: Keep the title. Add a test. (Lcd)
* updated for version 7.4.370v7.4.370Bram Moolenaar2014-07-161-0/+1
| | | | | | Problem: Linebreak test fails when encoding is not utf-8. (Danek Duvall) Solution: Split the test in a single byte one and a utf-8 one. (Christian Brabandt)
* updated for version 7.4.353v7.4.353Bram Moolenaar2014-07-021-0/+1
| | | | | Problem: 'breakindent' doesn't work with the 'list' option. Solution: Make it work. (Christian Brabandt)
* updated for version 7.4.338v7.4.338Bram Moolenaar2014-06-251-0/+1
| | | | | | Problem: Cannot wrap lines taking indent into account. Solution: Add the 'breakindent' option. (many authors, final improvements by Christian Brabandt)
* updated for version 7.4.315v7.4.315Bram Moolenaar2014-05-291-1/+1
| | | | | Problem: Fixes for computation of topline not tested. Solution: Add test. (Hirohito Higashi)
* updated for version 7.4.267v7.4.267Bram Moolenaar2014-04-291-0/+1
| | | | | Problem: The '[ mark is in the wrong position after "gq". (Ingo Karkat) Solution: Add the setmark argument to do_join(). (Christian Brabandt)
* updated for version 7.4.242v7.4.242Bram Moolenaar2014-04-021-0/+1
| | | | | | Problem: getreg() does not distinguish between a NL used for a line break and a NL used for a NUL character. Solution: Add another argument to return a list. (ZyX)
* updated for version 7.4.231v7.4.231Bram Moolenaar2014-04-011-1/+2
| | | | | | Problem: An error in ":options" is not caught by the tests. Solution: Add a test for ":options". Set $VIMRUNTIME for the tests so that it uses the current runtime files instead of the installed ones.
* updated for version 7.4.203v7.4.203Bram Moolenaar2014-03-121-1/+1
| | | | | Problem: Parsing 'errorformat' is not correct. Solution: Reset "multiignore" at the start of a multi-line message. (Lcd)
* updated for version 7.4.191v7.4.191Bram Moolenaar2014-02-231-1/+2
| | | | | | Problem: Escaping a file name for shell commands can't be done without a function. Solution: Add the :S file name modifier.
* updated for version 7.4.167v7.4.167Bram Moolenaar2014-02-051-1/+1
| | | | | Problem: Fixes are not tested. Solution: Add a test for not autoloading on assignment. (Yukihiro Nakadaira)
* updated for version 7.4.098v7.4.098Bram Moolenaar2013-11-211-1/+1
| | | | | | Problem: When using ":'<,'>del" errors may be given for the visual line numbers being out of range. Solution: Reset Visual mode in ":del". (Lech Lorens)
* updated for version 7.4.090v7.4.090Bram Moolenaar2013-11-121-1/+1
| | | | | | Problem: Win32: When a directory name contains an exclamation mark, completion doesn't complete the contents of the directory. Solution: Escape the exclamation mark. (Jan Stocker)
* updated for version 7.4.079v7.4.079Bram Moolenaar2013-11-081-1/+1
| | | | | | Problem: A script cannot detect whether 'hlsearch' highlighting is actually displayed. Solution: Add the "v:hlsearch" variable. (ZyX)
* updated for version 7.4.075v7.4.075Bram Moolenaar2013-11-071-1/+2
| | | | | Problem: Locally setting 'undolevels' is not tested. Solution: Add a test. (Christian Brabandt)
* updated for version 7.4.028v7.4.028Bram Moolenaar2013-09-191-1/+1
| | | | | | Problem: Equivalence classes are not working for multi-byte characters. Solution: Copy the rules from the old to the new regexp engine. Add a test to check both engines.
* 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-1/+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.