Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | test: eval_spec.lua: minor cleanup | Justin M. Keyes | 2016-01-29 | |
| | | | ||||
| * | | tests: Migrate recent patches of legacy eval test. | Lucas Hoffmann | 2016-01-27 | |
| | | | | | | | | | | | | | | | | | | As the work of this migration did take quite some time, some changes where made in master after this branch was started. These are ported to the new test file. | |||
| * | | tests: Comments and typos after review. | Lucas Hoffmann | 2016-01-27 | |
| | | | | | | | | | | | | Helped-by: Justin M. Keyes <justinkz@gmail.com> | |||
| * | | tests: Resurrect unused part of legacy eval test. | Lucas Hoffmann | 2016-01-27 | |
| | | | | | | | | | | | | | | | | | | The old test_eval.in file did a `:wq` on line 168. The following 60 lines where not used and there was no expected output for them in test_eval.ok. This test code is now used in several test cases in the new test file. | |||
| * | | tests: Split converted eval test into it() blocks. | Lucas Hoffmann | 2016-01-27 | |
| | | | ||||
| * | | tests: Debug converted eval test. | Lucas Hoffmann | 2016-01-27 | |
| | | | ||||
| * | | tests: Migrate legacy eval test. | Lucas Hoffmann | 2016-01-27 | |
| |/ | ||||
* | | vim-patch:7.4.1137 | Justin M. Keyes | 2016-01-28 | |
| | | | | | | | | | | | | | | | | Problem: Illegal memory access when using :copen and :cclose. Solution: Avoid that curbuf is invalid. (suggestion by Justin M. Keyes) Add a test. https://github.com/vim/vim/commit/62ef797496c6243d111c596a592a8ef8c1d1e710 | |||
* | | Merge pull request #4096 from justinmk/coverity125476 | Justin M. Keyes | 2016-01-28 | |
|\ \ | |/ |/| | coverity/125476: RI: Null pointer dereference | |||
| * | file_pat_to_reg_pat(): handle empty string. | oni-link | 2016-01-28 | |
| | | ||||
| * | glob2regpat(): handle empty string. | Justin M. Keyes | 2016-01-27 | |
| | | ||||
| * | vim-patch:ac809999 | Justin M. Keyes | 2016-01-27 | |
| | | | | | | | | https://github.com/vim/vim/commit/ac80999985299dae4a9ef56dbf31fbdb35c04c08 | |||
* | | tests: Improve test 83 and add `pending()` call. | Lucas Hoffmann | 2016-01-25 | |
| | | | | | | | | If nvim was compiled without `has("iconv")` this test is skipped. | |||
* | | tests: Migrate legacy test 83. | Lucas Hoffmann | 2016-01-25 | |
|/ | ||||
* | vim-patch:dbcf19d | Justin Gassner | 2016-01-23 | |
| | | | | | | Add test files for patch 7.4.680. https://github.com/vim/vim/commit/dbcf19dc498cb1561c9215a3f255e81cde0c0543 | |||
* | Merge pull request #4049 from watiko/vim-7.4.616 | Justin M. Keyes | 2016-01-21 | |
|\ | | | | | vim-patch:7.4.616 | |||
| * | tests: Migrate legacy test 39. | watiko | 2016-01-21 | |
| | | ||||
* | | Merge #3916 "Add support for binary numbers". | Justin M. Keyes | 2016-01-21 | |
|\ \ | |/ |/| | ||||
| * | Add support for binary numbers | Jason Schulz | 2016-01-15 | |
| | | ||||
* | | tests: Migrate legacy test cdo. | watiko | 2016-01-15 | |
|/ | ||||
* | vim-patch:7.4.614 | watiko | 2016-01-14 | |
| | | | | | | | Problem: There is no test for what patch 7.4.601 fixes. Solution: Add a test. (Christian Brabandt) https://github.com/vim/vim/commit/d7ce7a9ad2d9311f7ec3368eeddec8fce6d8e890 | |||
* | terminal: less babysitting of mapped_ctrl_c | Justin M. Keyes | 2016-01-13 | |
| | | | | | process_interrupts() checks get_real_state() so we can avoid some housekeeping of mapped_ctrl_c in terminal-mode. | |||
* | vim-patch:7.4.569/573 | Shougo Matsushita | 2016-01-13 | |
| | | | | | | | | | | | | | | | | | vim-patch:7.4.569 vim-patch:7.4.573 Helped-by: @glts https://github.com/neovim/neovim/pull/2621 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) https://github.com/vim/vim/commit/651863c94a882a97aec7968fc87a638ff78e56ff Problem: Mapping CTRL-C in Visual mode doesn't work. (Ingo Karkat) Solution: Call get_real_state() instead of using State directly. https://github.com/vim/vim/commit/5000869712f799d9ca25c0e45dc21d332edae5f4 | |||
* | portability: use portable format specifier | Justin M. Keyes | 2016-01-10 | |
| | ||||
* | tests: Make helper.source() return tempname. | watiko | 2016-01-10 | |
| | ||||
* | tests: Fix OSX's tempname issue. | watiko | 2016-01-10 | |
| | ||||
* | tests: Rename 100_undo_level to 100_lispwords. | watiko | 2016-01-10 | |
| | ||||
* | tests: Migrate legacy test undolevels. | watiko | 2016-01-10 | |
| | ||||
* | tests: Migrate legacy test assert. | watiko | 2016-01-10 | |
| | ||||
* | Tests: fix according to lualint | Marco Hinz | 2015-12-20 | |
| | ||||
* | vim-patch:7.4.803 | Johan Klokkhammer Helsing | 2015-12-13 | |
| | | | | | | | Problem: C indent does not support C11 raw strings. (Mark Lodato) Solution: Do not change indent inside the raw string. https://github.com/vim/vim/commit/f7bb86dc593913d055e4cce16cec43f6271adda3 | |||
* | vim-patch:7.4.670 | Johan Klokkhammer Helsing | 2015-12-13 | |
| | | | | | | | Problem: Using 'cindent' for Javascript is less than perfect. Solution: Improve indenting of continuation lines. (Hirohito Higashi) https://github.com/vim/vim/commit/dcefba993456263100785f18d21d780cf531f2dc | |||
* | test: fixeol_spec: setup/teardown | Justin M. Keyes | 2015-12-13 | |
| | | | | Without this cleanup, test will fail if run multiple times. | |||
* | Merge #3443 'vim-patch:7.4.{785,795,898}' | Justin M. Keyes | 2015-12-13 | |
|\ | ||||
| * | Convert legacy test for fixeol to lua test. | Johan Klokkhammer Helsing | 2015-11-22 | |
| | | ||||
* | | tests: Improve legacy autocmd_option. | watiko | 2015-12-12 | |
| | | | | | | | | | | * Compare tables instead of strings * Add neovim specific test | |||
* | | tests: Keep each autocmd_option's test in isolation. | watiko | 2015-11-28 | |
| | | ||||
* | | tests: Improve legacy test autocmd_option. | watiko | 2015-11-28 | |
| | | ||||
* | | tests: Migrate legacy test autocmd_option. | watiko | 2015-11-28 | |
| | | ||||
* | | test/functional: clean up according to luacheck (part 2) | Marco Hinz | 2015-11-23 | |
| | | ||||
* | | test/functional: clean up according to luacheck (part 1) | Marco Hinz | 2015-11-23 | |
|/ | ||||
* | vim-patch:7.4.849 | Justin M. Keyes | 2015-10-26 | |
| | | | | | | | | | | Problem: Moving the cursor in Insert mode starts new undo sequence. Solution: Add CTRL-G U to keep the undo sequence for the following cursor movement command. (Christian Brabandt) https://github.com/vim/vim/commit/8b5f65a527c353b9942e362e719687c3a7592309 Closes #3492 | |||
* | functests: Use . for various folder defaults in tests | ZyX | 2015-10-23 | |
| | ||||
* | functests: Fix 078_swapfile_recover test | ZyX | 2015-10-23 | |
| | ||||
* | Deprecate &viminfo and :[rw]v, add &shada and :[rw]sh | ZyX | 2015-10-08 | |
| | ||||
* | Replace references to viminfo in various places | ZyX | 2015-10-08 | |
| | ||||
* | functests: Do not use user viminfo file | ZyX | 2015-09-30 | |
| | ||||
* | encoding: Update handling of encoding in tests | Björn Linse | 2015-09-08 | |
| | | | | | | | Always run tests with encoding=utf-8, regardless of user locale Don't set &encoding after startup in tests Helped-By: Michael Reed <m.reed@mykolab.com> | |||
* | test59: Store all text as utf-8 and convert when needed | Björn Linse | 2015-08-26 | |
| | ||||
* | test59: Make "syntax off" explicit, as default may change with #2675 | Björn Linse | 2015-08-26 | |
| | | | | Helped-By: Felipe Morales <hel.sheep@gmail.com> |