summaryrefslogtreecommitdiff
path: root/src/testdir
AgeCommit message (Collapse)Author
2015-04-13patch 7.4.698Bram Moolenaar
Problem: Various problems with locked and fixed lists and dictionaries. Solution: Disallow changing locked items, fix a crash, add tests. (Olaf Dabrunz)
2015-04-13patch 7.4.694Bram Moolenaar
Problem: Running tests changes the .viminfo file. Solution: Disable viminfo in the text objects test.
2015-03-24Add test files for patch 7.4.680.Bram Moolenaar
2015-03-24updated for version 7.4.680Bram Moolenaar
Problem: CTRL-W in Insert mode does not work well for multi-byte characters. Solution: Use mb_get_class(). (Yasuhiro Matsumoto)
2015-03-20updated for version 7.4.670Bram Moolenaar
Problem: Using 'cindent' for Javascript is less than perfect. Solution: Improve indenting of continuation lines. (Hirohito Higashi)
2015-03-13updated for version 7.4.662Bram Moolenaar
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)
2015-03-05updated for version 7.4.655Bram Moolenaar
Problem: Text deleted by "dit" depends on indent of closing tag. (Jan Parthey) Solution: Do not adjust oap->end in do_pending_operator(). (Christian Brabandt)
2015-02-27updated for version 7.4.648Bram Moolenaar
Problem: Tests broken on MS-Windows. Solution: Delete wrong copy line. (Ken Takata)
2015-02-27updated for version 7.4.647Bram Moolenaar
Problem: After running the tests on MS-Windows many files differ from their originals as they were checked out. Solution: Use a temp directory for executing the tests. (Ken Takata, Taro Muraoka)
2015-02-27updated for version 7.4.646Bram Moolenaar
Problem: ":bufdo" may start at a deleted buffer. Solution: Find the first not deleted buffer. (Shane Harper)
2015-02-27updated for version 7.4.643Bram Moolenaar
Problem: Using the default file format for Mac files. (Issue 77) Solution: Reset the try_mac counter in the right place. (Oswald)
2015-02-17updated for version 7.4.639Bram Moolenaar
Problem: Combination of linebreak and conceal doesn't work well. Solution: Fix the display problems. (Christian Brabandt)
2015-02-17Add missing test files from 7.4.634 to the repository.Bram Moolenaar
2015-02-17updated for version 7.4.636Bram Moolenaar
Problem: A search with end offset gets stuck at end of file. (Gary Johnson) Solution: When a search doesn't move the cursor repeat it with a higher count. (Christian Brabandt)
2015-02-17updated for version 7.4.634Bram Moolenaar
Problem: Marks are not restored after redo + undo. Solution: Fix the way marks are restored. (Olaf Dabrunz)
2015-02-03updated for version 7.4.616Bram Moolenaar
Problem: Cannot insert a tab in front of a block. Solution: Correctly compute aop->start. (Christian Brabandt)
2015-02-03updated for version 7.4.614Bram Moolenaar
Problem: There is no test for what patch 7.4.601 fixes. Solution: Add a test. (Christian Brabandt)
2015-02-03updated for version 7.4.612Bram Moolenaar
Problem: test_eval fails on Mac. Solution: Use the * register instead of the + register. (Jun Takimoto)
2015-01-27updated for version 7.4.608Bram Moolenaar
Problem: test_eval fails when the clipboard feature is missing. Solution: Skip part of the test. Reduce the text used.
2015-01-27updated for version 7.4.604Bram Moolenaar
Problem: Running tests changes viminfo. Solution: Disable viminfo.
2015-01-27updated for version 7.4.598Bram Moolenaar
Problem: ":tabdo windo echo 'hi'" causes "* register not to be changed. (Salman Halim) Solution: Change how clip_did_set_selection is used and add clipboard_needs_update and global_change_count. (Christian Brabandt)
2015-01-27updated for version 7.4.595Bram Moolenaar
Problem: The test_command_count test fails when using Japanese. Solution: Force the language to C. (Hirohito Higashi)
2015-01-27updated for version 7.4.594Bram Moolenaar
Problem: Using a block delete while 'breakindent' is set does not work properly. Solution: Use "line" instead of "prev_pend" as the first argument to lbr_chartabsize_adv(). (Hirohito Higashi)
2015-01-22updated for version 7.4.591Bram Moolenaar
Problem: test_listlbr_utf8 fails when the conceal feature is not available. Solution: Check for the conceal feature. (Kazunobu Kuriyama)
2015-01-20updated for version 7.4.588Bram Moolenaar
Problem: ":0argedit foo" puts the new argument in the second place instead of the first. Solution: Adjust the range type. (Ingo Karkat)
2015-01-20updated for version 7.4.587Bram Moolenaar
Problem: Conceal does not work properly with 'linebreak'. (cs86661) Solution: Save and restore boguscols. (Christian Brabandt)
2015-01-20updated for version 7.4.585Bram Moolenaar
Problem: Range for :bdelete does not work. (Ronald Schild) Solution: Also allow unloaded buffers.
2015-01-20updated for version 7.4.584Bram Moolenaar
Problem: With tiny features test_command_count may fail. Solution: Source small.vim. (Christian Brabandt)
2015-01-20updated for version 7.4.583Bram Moolenaar
Problem: With tiny features test 16 may fail. Solution: Source small.vim. (Christian Brabandt)
2015-01-18updated for version 7.4.582Bram Moolenaar
Problem: Can't match "%>80v" properly. (Axel Bender) Solution: Correctly handle ">". (Christian Brabandt)
2015-01-14updated for version 7.4.573Bram Moolenaar
Problem: Mapping CTRL-C in Visual mode doesn't work. (Ingo Karkat) Solution: Call get_real_state() instead of using State directly.
2015-01-14updated for version 7.4.569Bram Moolenaar
Problem: Having CTRL-C interrupt or not does not check the mode of the mapping. (Ingo Karkat) Solution: Use a bitmask with the map mode. (Christian Brabandt)
2015-01-14updated for version 7.4.568Bram Moolenaar
Problem: Giving an error for ":0wincmd w" is a problem for some plugins. Solution: Allow the zero in the range. (Marcin Szamotulski)
2015-01-07updated for version 7.4.566Bram Moolenaar
Problem: :argdo, :bufdo, :windo and :tabdo don't take a range. Solution: Support the range. (Marcin Szamotulski)
2015-01-07updated for version 7.4.565Bram Moolenaar
Problem: Ranges for arguments, buffers, tabs, etc. are not checked to be valid but limited to the maximum. This can cause the wrong thing to happen. Solution: Give an error for an invalid value. (Marcin Szamotulski) Use windows range for ":wincmd".
2015-01-07updated for version 7.4.563Bram Moolenaar
Problem: No test for replacing on a tab in Virtual replace mode. Solution: Add a test. (Elias Diem)
2015-01-07updated for version 7.4.561Bram Moolenaar
Problem: Ex range handling is wrong for buffer-local user commands. Solution: Check for CMD_USER_BUF. (Marcin Szamotulski)
2014-12-17updated for version 7.4.559Bram Moolenaar
Problem: Appending a block in the middle of a tab does not work correctly when virtualedit is set. Solution: Decrement spaces and count, don't reset them. (James McCoy)
2014-12-17updated for version 7.4.555Bram Moolenaar
Problem: test_close_count may fail for some combination of features. Solution: Require normal features.
2014-12-17updated for version 7.4.553Bram Moolenaar
Problem: Various small issues. Solution: Fix those issues.
2014-12-14updated for version 7.4.552Bram Moolenaar
Problem: Langmap applies to Insert mode expression mappings. Solution: Check for Insert mode. (Daniel Hahler)
2014-12-13updated for version 7.4.551Bram Moolenaar
Problem: "ygn" may yank too much. (Fritzophrenic) Issue 295. Solution: Check the width of the next match. (Christian Brabandt)
2014-12-13Add new files for 7.4.549.Bram Moolenaar
2014-12-13updated for version 7.4.549Bram Moolenaar
Problem: Function name not recognized correctly when inside a function. Solution: Don't check for an alpha character.
2014-12-08updated for version 7.4.542Bram Moolenaar
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)
2014-12-07updated for version 7.4.541Bram Moolenaar
Problem: Crash when doing a range assign. Solution: Check for NULL poiter. (Yukihiro Nakadaira)
2014-11-27updated for version 7.4.537Bram Moolenaar
Problem: Value of v:hlsearch reflects an internal variable. Solution: Make the value reflect whether search highlighting is actually displayed. (Christian Brabandt)
2014-11-27updated for version 7.4.536Bram Moolenaar
Problem: Test 63 fails when using a black&white terminal. Solution: Add attributes for a non-color terminal. (Christian Brabandt)
2014-11-27updated for version 7.4.535Bram Moolenaar
Problem: Can't build with tiny features. Solution: Add #ifdefs and skip a test.
2014-11-27Add files added by patch 7.4.530 to the repository.Bram Moolenaar