aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir
Commit message (Collapse)AuthorAge
...
| * | | vim-patch:7.4.1685Michael Ennen2016-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: There is no easy way to get all the information about a match. Solution: Add matchstrpos(). (Ozaki Kiichi) https://github.com/vim/vim/commit/7fed5c18f8577b75404b80d8b9a9907b1bbd27e4
* | | | vim-patch:8d8aa0aJames McCoy2016-12-07
| | | | | | | | | | | | | | | | | | | | | | | | Add missing test file. https://github.com/vim/vim/commit/8d8aa0a367380f23f0af428fcb66a1a0615bf872
* | | | vim-patch:7.4.1751James McCoy2016-12-07
|/ / / | | | | | | | | | | | | | | | | | | Problem: Crash when 'tagstack' is off. (Dominique Pelle) Solution: Fix it. (Hirohito Higashi) https://github.com/vim/vim/commit/def5abe0a2727041ecee69afdccfca405333bd24
* | | Merge pull request #5707 from jamessan/moar-cleaningJames McCoy2016-12-03
|\ \ \ | | | | | | | | build: Make clean targets more thorough
| * | | build: Make clean targets more thoroughJames McCoy2016-12-02
| |/ /
* | | vim-patch:8.0.0110 (#5700)Justin M. Keyes2016-12-03
| | | | | | | | | | | | | | | | | | | | | | | | Closes #5616 Problem: Drop command doesn't use existing window. Solution: Check the window width properly. (Hirohito Higashi) https://github.com/vim/vim/commit/5a030a540f4157d5c9905e3564282c92b4dcec9a
* | | vim-patch:f9660b5James McCoy2016-12-02
| | | | | | | | | | | | | | | | | | Add missing test file. https://github.com/vim/vim/commit/f9660b59b2bdaa3ec2e7b31ab52186ad8b99f047
* | | vim-patch:7.4.1748James McCoy2016-12-02
|/ / | | | | | | | | | | | | | | Problem: "gD" does not find match in first column of first line. (Gary Johnson) Solution: Accept match at the cursor. https://github.com/vim/vim/commit/1538fc34fae3fae39773ca43f6ff52401fce61d8
* | Merge pull request #5675 from brcolow/vim-7.4.1738James McCoy2016-12-01
|\ \ | | | | | | vim-patch:7.4.17[35,38,39]
| * | vim-patch:7.4.1739Michael Ennen2016-12-01
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Messages test fails on MS-Windows. Solution: Adjust the asserts. Skip the "messages maintainer" line if not showing all messages https://github.com/vim/vim/commit/bea1ede1c59a11ca5bf9d91cd30b7b2937b9fb41
| * | vim-patch:7.4.1735Michael Ennen2016-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: It is not possible to only see part of the message history. It is not possible to clear messages. Solution: Add a count to ":messages" and a clear argument. (Yasuhiro Matsumoto) https://github.com/vim/vim/commit/451f849fd6282a4facd4f0f58af62837443fb5a6
* | | vim-patch:7.4.1702Michael Ennen2016-12-01
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Using freed memory when parsing 'printoptions' fails. Solution: Save the old options and restore them in case of an error. (Dominique) https://github.com/vim/vim/commit/4afc7c5d4a73340831077a02bfe1f74935e7f4a1
* | | Merge pull request #5674 from brcolow/vim-7.4.1723James McCoy2016-12-01
|\ \ \ | | | | | | | | vim-patch:7.4.1723
| * | | vim-patch:7.4.1723Michael Ennen2016-11-26
| |/ / | | | | | | | | | | | | | | | | | | | | | Problem: When using try/catch in 'tabline' it is still considered an error and the tabline will be disabled. Solution: Check did_emsg instead of called_emsg. (haya14busa, closes #746) https://github.com/vim/vim/commit/f73d3bc253fa79ad220f52f04b93e782e95a9d43
* | | Merge pull request #5665 from brcolow/vim-7.4.1711James McCoy2016-12-01
|\ \ \ | | | | | | | | | | | | vim-patch:7.4.1711
| * | | vim-patch:7.4.1711Michael Ennen2016-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When using try/catch in 'statusline' it is still considered an error and the status line will be disabled. Solution: Check did_emsg instead of called_emsg. (haya14busa, closes vim/vim#729) https://github.com/vim/vim/commit/a742e084b677f76c67e9e52c4f9fb9ab24002e20
* | | | Merge pull request #5664 from brcolow/vim-7.4.1707James McCoy2016-12-01
|\ \ \ \ | | | | | | | | | | vim-patch:7.4.1707
| * | | | vim-patch:7.4.1707Michael Ennen2016-11-25
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Problem: Cannot use empty dictionary key, even though it can be useful. Solution: Allow using an empty dictionary key. https://github.com/vim/vim/commit/0921ecff1c5a74541bad6c073e8ade32247403d8
* | | | Merge pull request #5648 from brcolow/vim-7.4.2071James McCoy2016-11-30
|\ \ \ \ | | | | | | | | | | vim-patch:7.4.2071
| * | | | vim-patch:7.4.2071Michael Ennen2016-11-29
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Problem: The return value of type() is difficult to use. Solution: Define v:t_ constants. (Ken Takata) https://github.com/vim/vim/commit/f562e72df726c6191fa305e1c0a113f1cfb87f76
* | | | Merge #5643 from Shougo/vim-7.4.1686Justin M. Keyes2016-11-29
|\ \ \ \ | |/ / / |/| | | vim-patch:7.4.1686, 7.4.2007
| * | | vim-patch:7.4.2007Shougo Matsushita2016-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Running the tests leaves a viminfo file behind. Solution: Make the viminfo option empty. https://github.com/vim/vim/commit/fc4ad616073a169badfb2b9906fee2844f76f730
| * | | vim-patch:7.4.1686Shougo Matsushita2016-11-22
| |/ / | | | | | | | | | | | | | | | | | | Problem: When running tests $HOME/.viminfo is written. (James McCoy) Solution: Add 'nviminfo' to the 'viminfo' option. (closes vim/vim#722) https://github.com/vim/vim/commit/e9c07270031e312082604d3505650f185aa65948
* | | vim-patch:7.4.2086Justin M. Keyes2016-11-25
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Using the system default encoding makes tests unpredictable. Solution: Always use utf-8 or latin1 in the new style tests. Remove setting encoding and scriptencoding where it is not needed. https://github.com/vim/vim/commit/ac105ed3c420660ddbddc501c97875c48220817e
* | | Merge pull request #5654 from brcolow/vim-7.4.1923James McCoy2016-11-23
|\ \ \ | | | | | | | | vim-patch:7.4.1923
| * | | vim-patch:7.4.1923Michael Ennen2016-11-23
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Command line editing is not tested much. Solution: Add tests for expanding the file name and 'wildmenu'. https://github.com/vim/vim/commit/ae3150ec8d9da4a244acffebea55416946ca23d3 The test_cmdline.vim tests were ported in 23f591dba078fee16a and thus should have marked 1923 as applied. The test_cmdline.vim invocation has been moved from test_alot.vim to src/nvim/testdir/Makefile to better accord with the upstream code.
* / / vim-patch:7.4.1660Shougo Matsushita2016-11-22
|/ / | | | | | | | | | | | | Problem: has('patch-7.4.1') doesn't work. Solution: Fix off-by-one error. (Thinca) https://github.com/vim/vim/commit/819821c5a95fc60797ecbb5e5ca1302e397e3d9a
* | vim-patch:8.0.0057James McCoy2016-11-20
| | | | | | | | | | | | | | Problem: Tests fail without the 'keymap' features. Solution: Check for feature in test. https://github.com/vim/vim/commit/9376f5f482a4d579436bf364778c2d8ab8e2f22d
* | vim-patch:8.0.0056James McCoy2016-11-20
| | | | | | | | | | | | | | Problem: When setting 'filetype' there is no check for a valid name. Solution: Only allow valid characters in 'filetype', 'syntax' and 'keymap'. https://github.com/vim/vim/commit/d0b5138ba4bccff8a744c99836041ef6322ed39a
* | Merge pull request #5611 from jamessan/vim-7.4.2174James McCoy2016-11-15
|\ \ | | | | | | vim-patch:7.4.2174
| * | vim-patch:7.4.2174James McCoy2016-11-15
| | | | | | | | | | | | | | | | | | | | | Problem: Adding duplicate flags to 'whichwrap' leaves commas behind. Solution: Also remove the commas. (Naruhiko Nishino) https://github.com/vim/vim/commit/c8ce615299b4d8c1b2e6cf83496f48cd497d8a37
* | | vim-patch:8.0.0035 (#5609)Shougo2016-11-15
|/ / | | | | | | | | | | | | Problem: Order of matches for 'omnifunc' is messed up. (Danny Su) Solution: Do not set compl_curr_match when called from complete_check(). (closes vim/vim#1168) https://github.com/vim/vim/commit/472e85970ee3a80abd824bef510df12e9cfe9e96
* | vim-patch:7.4.1658James McCoy2016-11-14
| | | | | | | | | | | | | | | | Problem: A plugin does not know when VimEnter autocommands were already triggered. Solution: Add the v:vim_did_enter variable. https://github.com/vim/vim/commit/1473551a4457d4920b235eeeb9f279e196ee7225
* | Merge pull request #5524 from brcolow/vim-7.4.1967James McCoy2016-11-02
|\ \ | | | | | | | | | vim-patch:7.4.1967
| * | vim-patch:7.4.1967Michael Ennen2016-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Falling back from NFA to old regexp engine does not work properly. (fritzophrenic) Solution: Do not restore nfa_match. (Christian Brabandt, closes vim/vim#867) https://github.com/vim/vim/commit/6747fabc7348bf5f41ccfe851e2be3e900ec8ee0 Helped-by: jamessan
* | | Merge pull request #5527 from brcolow/vim-7.4.1730James McCoy2016-10-31
|\ \ \ | | | | | | | | vim-patch:7.4.[1730,1734,1741,1742,1779,1782]
| * | | vim-patch:7.4.1779Michael Ennen2016-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Using negative index in strcharpart(). (Yegappan Lakshmanan) Solution: Assume single byte when using a negative iindex. https://github.com/vim/vim/commit/73dfe917ba6357413aaf98a021c91add5ac6e9bc
| * | | vim-patch:7.4.1741Michael Ennen2016-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Not testing utf-8 characters. Solution: Move the right asserts to the test_expr_utf8 test. https://github.com/vim/vim/commit/b22bd46b9681d73d095f2eadff8163d3a6cf416b
| * | | vim-patch:7.4.1734Michael Ennen2016-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Test fails when not using utf-8. Solution: Split test in regularand utf-8 part. https://github.com/vim/vim/commit/0f518a8f4d4be4cac10389680f6bd5e3781f94b0
| * | | vim-patch:7.4.1730Michael Ennen2016-10-23
| |/ / | | | | | | | | | | | | | | | | | | Problem: It is not easy to get a character out of a string. Solution: Add strgetchar() and strcharpart(). https://github.com/vim/vim/commit/58de0e2dcc1f2d251b74892a06d71a14973f3187
* | | test: Add missing test from vim-patch:7.4.2312Justin M. Keyes2016-10-26
| | |
* | | vim-patch:7.4.2309Grzegorz Milka2016-10-23
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Crash when doing tabnext in a BufUnload autocmd. (Dominique Pelle) Solution: When detecting that the tab page changed, don't just abort but delete the window where w_buffer is NULL. https://github.com/vim/vim/commit/11fbc2866ccc11b4dd1726abdaf582a78ef3f743
* | | vim-patch:7.4.2237Grzegorz Milka2016-10-23
|/ / | | | | | | | | | | | | Problem: Can't use "." and "$" with ":tab". Solution: Support a range for ":tab". (Hirohito Higashi) https://github.com/vim/vim/commit/9b7f8ce9eb3cb704f8cc14ab659bf86b1d6dc13c
* | vim-patch:7.4.2227 (#5521)Grzegorz2016-10-22
| | | | | | | | | | | | Problem: Tab page tests are old style. Solution: Change into new style tests. (Hirohito Higashi) https://github.com/vim/vim/commit/1381d791478ee77c8368b89a3d4954316bf839b5
* | vim-patch:7.4.1494Patrick2016-10-18
| | | | | | | | | | | | | | | | | | Problem: clr_history() does not work properly. Solution: Increment hisptr. Add a test. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/119d4693e06e68d4f099aa7287e375ae3d265fd0 Note: Only added a test. The change to `histptr` had already been made.
* | Merge #5257 from jbradaric/vim-7.4.1893Justin M. Keyes2016-10-13
|\ \ | | | | | | vim-patch:7.4.{1893,1895}
| * | vim-patch:7.4.1895Jurica Bradaric2016-10-07
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Cannot use a window ID where a window number is expected. Solution: Add LOWEST_WIN_ID, so that the window ID can be used where a number is expected. https://github.com/vim/vim/commit/888ccac8902cee186fbd47e971881f6d9b19c068
* | | Merge #5418 from Shougo/vim-7.4.2158Justin M. Keyes2016-10-13
|\ \ \ | | | | | | | | vim-patch: 7.4.2158, 2162, 2205
| * | | vim-patch:7.4.2205Shougo Matsushita2016-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: 'wildignore' always applies to getcompletion(). Solution: Add an option to use 'wildignore' or not. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/e9d58a6459687a1228b5aa85bd7b31f8f1e528a8
| * | | vim-patch:7.4.2162Shougo Matsushita2016-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Result of getcompletion('', 'sign') depends on previous completion. Solution: Call set_context_in_sign_cmd(). (Dominique Pelle) https://github.com/vim/vim/commit/7522f6982197f83a5c0f6e9af07fb713934f824a