summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
AgeCommit message (Collapse)Author
2016-11-15patch 8.0.0086v8.0.0086Bram Moolenaar
Problem: Cannot add a comment after ":hide". (Norio Takagi) Solution: Make it work, add a test. (Hirohito Higashi)
2016-10-15patch 8.0.0035v8.0.0035Bram Moolenaar
Problem: Order of matches for 'omnifunc' is messed up. (Danny Su) Solution: Do not set compl_curr_match when called from complete_check(). (closes #1168)
2016-09-29patch 8.0.0019v8.0.0019Bram Moolenaar
Problem: Test_command_count is old style. Solution: Turn it into a new style test. (Naruhiko Nishino) Use more assert functions.
2016-09-26patch 8.0.0014v8.0.0014Bram Moolenaar
Problem: Crypt tests are old style. Solution: Convert to new style.
2016-09-25patch 8.0.0010v8.0.0010Bram Moolenaar
Problem: Crash when editing file that starts with crypt yeader. (igor2x) Solution: Check for length of text. (Christian Brabandt) Add a test.
2016-09-07patch 7.4.2343v7.4.2343Bram Moolenaar
Problem: Too many old file tests. Solution: Turn several into new style tests. (Yegappan Lakshmanan)
2016-09-04patch 7.4.2324v7.4.2324Bram Moolenaar
Problem: Crash when editing a new buffer and BufUnload autocommand wipes out the new buffer. (Norio Takagi) Solution: Don't allow wiping out this buffer. (partly by Hirohito Higashi) Move old style test13 into test_autocmd. Avoid ml_get error when editing a file.
2016-09-03patch 7.4.2315v7.4.2315Bram Moolenaar
Problem: Insufficient testing for Normal mode commands. Solution: Add a big test. (Christian Brabandt, closes #1029)
2016-09-02patch 7.4.2308v7.4.2308Bram Moolenaar
Problem: Old charsearch test still listed in Makefile. Solution: Remove the line.
2016-09-02patch 7.4.2307v7.4.2307Bram Moolenaar
Problem: Several tests are old style. Solution: Turn them into new style tests. (Yegappan Lakshmanan)
2016-09-01patch 7.4.2305v7.4.2305Bram Moolenaar
Problem: Marks, writefile and nested function tests are old style. Solution: Turn them into new style tests. (Yegappan Lakshmanan)
2016-08-26patch 7.4.2259v7.4.2259Bram Moolenaar
Problem: With 'incsearch' can only see the next match. Solution: Make CTRL-N/CTRL-P move to the previous/next match. (Christian Brabandt)
2016-08-20patch 7.4.2230v7.4.2230Bram Moolenaar
Problem: There is no equivalent of 'smartcase' for a tag search. Solution: Add value "followscs" and "smart" to 'tagcase'. (Christian Brabandt, closes #712) Turn tagcase test into new style.
2016-08-18patch 7.4.2227v7.4.2227Bram Moolenaar
Problem: Tab page tests are old style. Solution: Change into new style tests. (Hirohito Higashi)
2016-08-14patch 7.4.2208v7.4.2208Bram Moolenaar
Problem: Test for mappings is old style. Solution: Convert the test to new style.
2016-08-12patch 7.4.2204v7.4.2204Bram Moolenaar
Problem: It is not easy to get information about buffers, windows and tabpages. Solution: Add getbufinfo(), getwininfo() and gettabinfo(). (Yegappan Lakshmanan)
2016-08-09patch 7.4.2189v7.4.2189Bram Moolenaar
Problem: Cannot detect encoding in a fifo. Solution: Extend the stdin way of detecting encoding to fifo. Add a test for detecting encoding on stdin and fifo. (Ken Takata)
2016-08-08patch 7.4.2183v7.4.2183Bram Moolenaar
Problem: Sign tests are old style. Solution: Turn them into new style tests. (Dominique Pelle)
2016-08-07patch 7.4.2174v7.4.2174Bram Moolenaar
Problem: Adding duplicate flags to 'whichwrap' leaves commas behind. Solution: Also remove the commas. (Naruhiko Nishino)
2016-08-06patch 7.4.2163v7.4.2163Bram Moolenaar
Problem: match() and related functions tested with old style test. Solution: Convert to new style test. (Hirohito Higashi)
2016-08-05patch 7.4.2157v7.4.2157Bram Moolenaar
Problem: Test_job_start_fails() is expected to report memory leaks, making it hard to see other leaks in test_partial. Solution: Move Test_job_start_fails() to a separate test file.
2016-08-04patch 7.4.2153v7.4.2153Bram Moolenaar
Problem: GUI test isn't testing much. Solution: Turn into a new style test. Execute a shell command.
2016-07-30patch 7.4.2123v7.4.2123Bram Moolenaar
Problem: No new style test for diff mode. Solution: Add a test. Check that folds are in sync.
2016-07-29patch 7.4.2115v7.4.2115Bram Moolenaar
Problem: Loading defaults.vim with -C argument. Solution: Don't load the defaults script with -C argument. Test sourcing the defaults script. Set 'display' to "truncate".
2016-07-29patch 7.4.2113v7.4.2113Bram Moolenaar
Problem: Test for undo is flaky. Solution: Turn it into a new style test. Use test_settime() to avoid flakyness.
2016-07-24patch 7.4.2100v7.4.2100Bram Moolenaar
Problem: "cgn" and "dgn" do not work correctly with a single character match and the replacement includes the searched pattern. (John Beckett) Solution: If the match is found in the wrong column try in the next column. Turn the test into new style. (Christian Brabandt)
2016-07-23patch 7.4.2098v7.4.2098Bram Moolenaar
Problem: Text object tests are old style. Solution: Turn them into new style tests. (James McCoy, closes #941)
2016-07-21patch 7.4.2085v7.4.2085Bram Moolenaar
Problem: Digraph tests fails on some systems. Solution: Run it separately and set 'encoding' early.
2016-07-15patch 7.4.2039v7.4.2039Bram Moolenaar
Problem: The Netbeans integration is not tested. Solution: Add a first Netbeans test.
2016-07-13patch 7.4.2033v7.4.2033Bram Moolenaar
Problem: 'cscopequickfix' option does not accept new value "a". Solution: Adjust list of command characters. (Ken Takata)
2016-07-09patch 7.4.2015v7.4.2015Bram Moolenaar
Problem: When a file gets a name when writing it 'acd' is not effective. (Dan Church) Solution: Invoke DO_AUTOCHDIR after writing the file. (Allen Haim, closes #777, closes #803) Add test_autochdir() to enable 'acd' before "starting" is reset.
2016-07-02patch 7.4.1981v7.4.1981Bram Moolenaar
Problem: No testing for Farsi code. Solution: Add a minimal test. Clean up Farsi code.
2016-07-01patch 7.4.1975v7.4.1975Bram Moolenaar
Problem: On MS-Windows large files (> 2Gbyte) cause problems. Solution: Use "off_T" instead of "off_t". Use "stat_T" instead of "struct stat". Use 64 bit system functions if available. (Ken Takata)
2016-06-26patch 7.4.1962v7.4.1962Bram Moolenaar
Problem: Two test files for increment/decrement. Solution: Move the old style test into the new style test. (Hirohito Higashi, closes #881)
2016-06-26patch 7.4.1954v7.4.1954Bram Moolenaar
Problem: No test for what 7.4.1948 fixes. Solution: Add a test. (Hirohito Higashi, closes #880)
2016-06-21patch 7.4.1951v7.4.1951Bram Moolenaar
Problem: Ruby test is old style. Solution: Convert to a new style test. (Ken Takata)
2016-06-20patch 7.4.1945v7.4.1945Bram Moolenaar
Problem: The Man plugin doesn't work that well. Solution: Use "g:ft_man_open_mode" to be able open man pages in vert split or separate tab. Set nomodifiable for buffer with man content. Add a test. (Andrey Starodubtsev, closes #873)
2016-06-11patch 7.4.1923v7.4.1923Bram Moolenaar
Problem: Command line editing is not tested much. Solution: Add tests for expanding the file name and 'wildmenu'.
2016-06-04patch 7.4.1898v7.4.1898Bram Moolenaar
Problem: User commands don't support modifiers. Solution: Add the <mods> item. (Yegappan Lakshmanan, closes #829)
2016-04-14patch 7.4.1740v7.4.1740Bram Moolenaar
Problem: syn-cchar defined with matchadd() does not appear if there are no other syntax definitions which matches buffer text. Solution: Check for startcol. (Ozaki Kiichi, haya14busa, closes #757)
2016-04-03patch 7.4.1700v7.4.1700Bram Moolenaar
Problem: Equivalence classes are not properly tested. Solution: Add tests for multi-byte and latin1. Fix an error. (Owen Leibman)
2016-03-25patch 7.4.1652v7.4.1652Bram Moolenaar
Problem: Old style test for fnamemodify(). Solution: Turn it into a new style test.
2016-03-19patch 7.4.1614v7.4.1614Bram Moolenaar
Problem: Still quickfix test in old style. Solution: Turn test 10 into a new style test.
2016-03-17patch 7.4.1588v7.4.1588Bram Moolenaar
Problem: Old style test for quickfix. Solution: Turn test 96 into a new style test.
2016-03-15patch 7.4.1573v7.4.1573Bram Moolenaar
Problem: Tests get stuck at the more prompt. Solution: Move the backspace test out of test_alot.
2016-03-15patch 7.4.1569v7.4.1569Bram Moolenaar
Problem: Using old style tests for quickfix. Solution: Change them to new style tests. (Yegappan Lakshmanan)
2016-03-13patch 7.4.1557v7.4.1557Bram Moolenaar
Problem: Windows cannot be identified. Solution: Add a unique window number to each window and functions to use it.
2016-03-05patch 7.4.1494v7.4.1494Bram Moolenaar
Problem: clr_history() does not work properly. Solution: Increment hisptr. Add a test. (Yegappan Lakshmanan)
2016-03-05patch 7.4.1491v7.4.1491Bram Moolenaar
Problem: Visual-block shift breaks multi-byte characters. Solution: Compute column differently. (Yasuhiro Matsumoto) Add a test.
2016-03-04patch 7.4.1486v7.4.1486Bram Moolenaar
Problem: ":loadplugin" is not optimal, some people find it confusing. Solution: Only use ":packadd" with an optional "!".