aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/Makefile
Commit message (Collapse)AuthorAge
* vim-patch:7.4.1557 (#5117)prollings2016-08-04
| | | | | | Problem: Windows cannot be identified. Solution: Add a unique window number to each window and functions to use it. https://github.com/vim/vim/commit/86edef664efccbfe685906c854b9cdd04e56f2d5
* Merge #2850Justin M. Keyes2016-07-28
|\
| * tests: Migrate legacy test 30.Lucas Hoffmann2016-05-23
| | | | | | | | | | The original test did also create additional auxiliary files which where never used. They are not created any longer.
* | vim-patch:7.4.1491 #5048Patrick2016-07-18
| | | | | | | | | | | | | | Problem: Visual-block shift breaks multi-byte characters. Solution: Compute column differently. (Yasuhiro Matsumoto) Add a test. https://github.com/vim/vim/commit/20b4f463f4ab50fa9bcc9838aa94101fa5698125
* | test: Update test_alot.vimJustin M. Keyes2016-07-18
| | | | | | | | These tests should be here, not in the Makefile.
* | vim-patch:7.4.1546Patrick2016-07-13
| | | | | | | | | | | | | | | | | | | | Problem: Sticky type checking is more annoying than useful. Solution: Remove the error for changing a variable type. https://github.com/vim/vim/commit/f6f32c38bf3319144a84a01a154c8c91939e7acf Note: There are a bunch of other changes to eval.txt that I believe are N/A and not related to this patch.
* | Merge pull request #4802 from brcolow/vim-7.4.1090James McCoy2016-06-09
|\ \ | | | | | | vim-patch:7.4.{1090,1094}
| * | vim-patch:7.4.1090Michael Ennen2016-05-20
| | | | | | | | | | | | | | | | | | | | | Problem: No tests for :hardcopy and related options. Solution: Add test_hardcopy. https://github.com/vim/vim/commit/b5690794cf081773628fa0f1f2b948fd129d5b39
* | | vim-patch:7.4.1051Michael Ennen2016-06-09
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Segfault when unletting "count". Solution: Check for readonly and locked first. (Dominique Pelle) Add a test. https://github.com/vim/vim/commit/af8af8bfac5792fa64efbc524032d568cc7754f7
* | | tests: Migrate legacy test 34. (#2849)Lucas Hoffmann2016-06-08
| | |
* | | Merge pull request #4804 from brcolow/vim-7.4.1150Justin M. Keyes2016-06-08
|\ \ \ | | | | | | | | vim-patch:7.4.{1150,1151}
| * | | vim-patch:7.4.1150Michael Ennen2016-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: 'langmap' applies to the first character typed in Select mode. (David Watson) Solution: Check for SELECTMODE. (Christian Brabandt, closes #572) Add the 'x' flag to feedkeys(). https://github.com/vim/vim/commit/25281634cda03ce302aaf9f906a9520b5f81f91e
* | | | Merge pull request #4879 from justinmk/test55Justin M. Keyes2016-06-05
|\ \ \ \ | | | | | | | | | | tests: Migrate legacy test 55
| * | | | test: Clean up after migration of legacy test 55.Lucas Hoffmann2016-05-23
| | |_|/ | |/| |
* | | | Merge pull request #2844 from lucc/test10Justin M. Keyes2016-06-05
|\ \ \ \ | |_|/ / |/| | | tests: migrate legacy test 10
| * | | tests: Migrate legacy test 10.Lucas Hoffmann2016-05-23
| |/ /
* | | reorgJustin M. Keyes2016-06-03
| | |
* | | vim-patch:7.4.1142James McCoy2016-06-02
| | | | | | | | | | | | | | | | | | | | | Problem: Cannot define keyword characters for a syntax file. Solution: Add the ":syn iskeyword" command. (Christian Brabandt) https://github.com/vim/vim/commit/b8060fe862f684b591f9ac679eac5b2594d6c5a0
* | | Merge pull request #2825 from lucc/legacy/listlbrJustin M. Keyes2016-05-27
|\ \ \ | | | | | | | | tests: Migrate legacy test listlbr.
| * | | tests: Migrate legacy test listlbr.Lucas Hoffmann2016-05-23
| |/ /
* / / eval: implement timers. vim-patch: 7.4.1578, 7.4.1831Björn Linse2016-05-24
|/ / | | | | | | | | For the moment, timers are triggered during sleep, but not in wait-for-input modes, like press-RETURN or f_getchar()
* | test: Remove references to tiny.vim/small.vim/mbyte.vimMichael Ennen2016-05-22
| | | | | | | | | | | | | | | | Vim creates these scripts in test1 depending on what build features are enabled so that tests that use these features are skiped if necessary. Because Neovim only has one type of build (and the features +eval, +windows, and +multi-byte are enabled in this build) they are not necessary.
* | tests: Migrate legacy test close_count.Lucas Hoffmann2016-05-20
|/
* Merge #2821 'test: migrate legacy test breakindent'Justin M. Keyes2016-05-20
|\
| * tests: Migrate legacy test breakindent.Lucas Hoffmann2016-02-25
| |
* | vim-patch:7.4.1046James McCoy2016-05-18
| | | | | | | | | | | | | | Problem: No test coverage for menus. Solution: Load the standard menus and check there is no error. https://github.com/vim/vim/commit/2d6c8002729821acc54a4de41d5c5f3d50594973
* | vim-patch:7.4.1571James McCoy2016-05-17
| | | | | | | | | | | | | | | | patch 7.4.1571 Problem: No test for ":help" Solution: Add a test for what 7.4.1568 fixed. (Higashi Higashi) https://github.com/vim/vim/commit/8e15ffcde757ffc6cfe8b5e384948b3278e9af33
* | Merge pull request #2717 from lucc/test68Justin M. Keyes2016-05-15
|\ \ | | | | | | tests: Migrate legacy test 68.
| * | tests: Migrate legacy test 68.Lucas Hoffmann2016-02-24
| |/
* | legacy test: MakefileJustin M. Keyes2016-04-25
| |
* | Merge #4303 'vim-patch:7.4.{951,1143,1144}'.Justin M. Keyes2016-04-25
|\ \
| * | test: Remove migrated legacy test from Makefilewatiko2016-03-02
| | |
| * | vim-patch:7.4.951watiko2016-03-02
| |/ | | | | | | | | | | | | Problem: Sorting number strings does not work as expected. (Luc Hermitte) Solution: Add the 'N" argument to sort() https://github.com/vim/vim/commit/b00da1d6d1655cb6e415f84ecc3be5ff3b790811
* | Add new style test test_viml.vim to the buildKillTheMule2016-04-15
| |
* | tests: Migrate legacy test 88.Lucas Hoffmann2016-03-09
|/
* test: Reformat legacy test makefile.Lucas Hoffmann2016-02-22
| | | | | This will hopefully reduce the number of merge conflicts when merging the outstanding legacy test migrations.
* Merge pull request #4167 from lucc/test11Justin M. Keyes2016-02-21
|\ | | | | tests: migrate legacy test 11
| * test: Remove old files for legacy test 11.Lucas Hoffmann2016-02-15
| |
* | Merge pull request #4243 from lucc/test36Justin M. Keyes2016-02-21
|\ \ | | | | | | tests: Migrate legacy test 36.
| * | test: Remove files of old test 36.Lucas Hoffmann2016-02-15
| |/
* | tests: Remove old charset test after migration.Lucas Hoffmann2016-02-20
| |
* | Merge pull request #4220 from watiko/vim-7.4.792Justin M. Keyes2016-02-15
|\ \ | |/ |/| vim-patch:7.4.792
| * vim-patch:7.4.792watiko2016-02-11
| | | | | | | | | | | | | | Problem: Can only conceal text by defining syntax items. Solution: Use matchadd() to define concealing. (Christian Brabandt) https://github.com/vim/vim/commit/6561d52ecbe6e24d1b90403078cc8b76c53c42fc
* | Merge pull request #4166 from lucc/legacy/command_countJustin M. Keyes2016-02-15
|\ \ | |/ |/| tests: Migrate legacy test command_count.
| * tests: Remove old test files for command_count.Lucas Hoffmann2016-02-04
| |
* | tests: Migrate legacy test 45.Lucas Hoffmann2016-02-05
|/
* tests: Migrate legacy test increment.watiko2016-02-01
|
* vim-patch:7.4.634watiko2016-02-01
| | | | | | | | Problem: Marks are not restored after redo + undo. Solution: Fix the way marks are restored. (Olaf Dabrunz) https://github.com/vim/vim/commit/f65aad5554f1d1f972f0bd38059da70e3cdf4c87 https://github.com/vim/vim/commit/35e7594dd429f7a8a06cefd61c3e8d48b9bd74e2
* vim-patch:7.4.1072watiko2016-02-01
| | | | | | | | Problem: Increment test is old style. Solution: Make the increment test a new style test. (Hirohito Higashi) https://github.com/vim/vim/commit/450919587d4566ce3d17e685e183d5c17d9c2a11 https://github.com/vim/vim/commit/44132a10aeb45c957959cafb4ac39d3f478be98c
* vim-patch:7.4.754watiko2016-02-01
| | | | | | | | 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) https://github.com/vim/vim/commit/3a304b23823b089e499063e8211c5695d049f3ba