aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir
Commit message (Collapse)AuthorAge
...
* legacy tests: migrate test15Rainer Borene2015-03-11
|
* legacy tests: migrate test_listlbr_utf8Rainer Borene2015-03-11
|
* legacy tests: migrate test98Rainer Borene2015-03-11
|
* legacy tests: migrate test103Rainer Borene2015-03-11
|
* legacy tests: migrate test_qf_titleRainer Borene2015-03-11
|
* legacy tests: migrate test100Rainer Borene2015-03-11
|
* test: migrate legacy test 77 #2046Gustaf Lindstedt2015-03-08
| | | | Migrate legacy test 77 which tests mf_hash_grow() to lua/busted.
* legacy test: migrate test 72Fabian Brosda2015-02-20
|
* Merge pull request #1834 from Pyrohh/misc-float-doubleJustin M. Keyes2015-01-29
|\ | | | | Factor out float usage & remove '+float' references
| * Remove '+float' referencesMichael Reed2015-01-24
| | | | | | | | | | The corresponding code was already removed in b4ca3abc9f6676ea250e42c834716a5f66d8ec30
* | Remove spurious file 'del' left after old tests.Eliseo Martínez2015-01-27
|/ | | | | Executing old tests leaves an empty file 'del' that doesn't get removed by `make clean`.
* test: Migrate legacy test 107Thiago de Arruda2015-01-23
| | | | | This test depends on terminal size to work correctly. After migration this requirement is removed.
* Replace erroneous ft=unix by ff=unix from 7.4.406Pavel Platto2015-01-21
|
* vim-patch:7.4.500Pavel Platto2015-01-21
| | | | | | | Problem: Test 72 still fails once in a while. Solution: Don't set 'fileformat' to unix, reset it. (Ken Takata) https://code.google.com/p/vim/source/detail?r=v7-4-500
* vim-patch:7.4.563Florian Walch2015-01-08
| | | | | | | Problem: No test for replacing on a tab in Virtual replace mode. Solution: Add a test. (Elias Diem) https://code.google.com/p/vim/source/detail?r=v7-4-563
* Merge pull request #1763 from epaulson10/vim-7.4.551Justin M. Keyes2015-01-06
|\ | | | | vim-patch:7.4.551
| * vim-patch:7.4.551Erik Paulson2015-01-04
| | | | | | | | | | | | | | Problem: "ygn" may yank too much. (Fritzophrenic) Issue 295. Solution: Check the width of the next match. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=v7-4-551
* | vim-patch:7.4.559Florian Walch2015-01-03
|/ | | | | | | | 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) https://code.google.com/p/vim/source/detail?r=v7-4-559
* Merge pull request #1737 from fwalch/vim-7.4.541Justin M. Keyes2014-12-29
|\ | | | | vim-patch:7.4.541
| * vim-patch:7.4.541Florian Walch2014-12-25
| | | | | | | | | | | | | | Problem: Crash when doing a range assign. Solution: Check for NULL poiter. (Yukihiro Nakadaira) https://code.google.com/p/vim/source/detail?r=v7-4-541
* | vim-patch:7.4.536Florian Walch2014-12-24
|/ | | | | | | Problem: Test 63 fails when using a black&white terminal. Solution: Add attributes for a non-color terminal. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=v7-4-536
* vim-patch:7.4.395Florian Walch2014-12-23
| | | | | | | | Problem: C indent is wrong below an if with wrapped condition followed by curly braces. (Trevor Powell) Solution: Make a copy of tryposBrace. https://code.google.com/p/vim/source/detail?r=v7-4-395
* vim-patch:7.4.355Scott Prager2014-12-19
| | | | | | | Problem: Several problems with Javascript indenting. Solution: Improve Javascript indenting. https://code.google.com/p/vim/source/detail?r=v7-4-355
* vim-patch:7.4.350Scott Prager2014-12-19
| | | | | | | | | Problem: Using C indenting for Javascript does not work well for a {} block inside parenthesis. Solution: When looking for a matching paren ignore one that is before the start of a {} block. https://code.google.com/p/vim/source/detail?r=v7-4-350
* Remove Amiga remnantsMichael Reed2014-12-19
| | | | | | | | | Notes regarding the removal of specific items: - Aztec C: only on the Amiga. - mch_check_win(): doesn't exist anymore. - Comment in ex_cmds.c: It seems the context for this comment was removed, but the comment was inadvertantly left alone.
* Remove VMS remnantsMichael Reed2014-12-19
|
* Merge pull request #1704 from fwalch/vim-7.4.434Justin M. Keyes2014-12-19
|\ | | | | vim-patch:7.4.434, vim-patch:7.4.442
| * vim-patch:7.4.434Florian Walch2014-12-18
| | | | | | | | | | | | | | | | Problem: gettabvar() is not consistent with getwinvar() and getbufvar(). Solution: Return a dict with all variables when the varname is empty. (Yasuhiro Matsumoto) https://code.google.com/p/vim/source/detail?r=v7-4-434
* | Remove superfluous settings from legacy tests.Julian Mehne2014-12-18
| |
* | Use a local viminfo file when running the old tests.Julian Mehne2014-12-17
|/ | | | | This is required after defaulting to `nocp`, so that ~/.nviminfo files don't interfere with the old legacy tests.
* vim-patch:7.4.470Julian Mehne2014-12-14
| | | | | | | Problem: Test 11 and 100 do not work properly on Windows. Solution: Avoid using feedkeys(). (Ken Takata) https://code.google.com/p/vim/source/detail?r=v7-4-470
* vim-patch:7.4.463Julian Mehne2014-12-14
| | | | | | | Problem: Test 86 and 87 may hang on MS-Windows. Solution: Call inputrestore() after inputsave(). (Ken Takata) https://code.google.com/p/vim/source/detail?r=v7-4-463
* Make test29 work with nocompatible.Julian Mehne2014-12-13
|
* vim-patch:7.4.249Scott Prager2014-12-11
| | | | | | | Problem: Using setreg() with a list of numbers does not work. Solution: Use a separate buffer for numbers. (ZyX) https://code.google.com/p/vim/source/detail?r=v7-4-249
* vim-patch:7.4.243Scott Prager2014-12-11
| | | | | | | Problem: Cannot use setreg() to add text that includes a NUL. Solution: Make setreg() accept a list. https://code.google.com/p/vim/source/detail?r=v7-4-243
* docs: Remove EBCDIC remnantsMichael Reed2014-12-09
|
* Allow the rest of the old tests to pass with nocp.Julian Mehne2014-12-06
| | | | | | | | test40.in, test60.in, test_breakindent.in, test_listlbr.in, test_listlbr_utf8.in: To avoid <tab> triggering wildmode, set wildchar to 'cp' default. test_breakindent.ok: Modify expectations to avoid cpoptions+=n
* Allow most old tests to pass with nocp.Joel Teichroeb2014-12-06
| | | | | test69.in: because 'nocp' sets 'esckeys', add an extra <esc> to avoid 'tm' pause.
* Remove remaining crypto referencesMichael Reed2014-12-03
| | | | | | | Closes https://github.com/neovim/docs/pull/26 Also added stubs for 'cryptmethod' and 'key', and placeholders for explanation regarding removal of crypto functionality.
* Merge pull request #1516 from fmoralesc/new-patchesJustin M. Keyes2014-11-27
|\ | | | | vim-patch:7.4.425,435,467,472,473,478
| * vim-patch:7.4.467: Avoid a problem with unwanted linebreaks in block modeFelipe Morales2014-11-27
| | | | | | | | | | | | | | | | vim-patch:7.4.467 Avoid a problem with unwanted linebreaks in block mode https://code.google.com/p/vim/source/detail?r=v7-4-467
* | Fix Makefile for running valgrind with old tests.Julian Mehne2014-11-22
| |
* | legacy tests: migrate test105Rainer Borene2014-11-20
| |
* | legacy tests: migrate test26Rainer Borene2014-11-20
| |
* | legacy tests: migrate test101Rainer Borene2014-11-20
| |
* | legacy tests: migrate test75Rainer Borene2014-11-20
| |
* | legacy tests: migrate test51Rainer Borene2014-11-20
| |
* | legacy tests: migrate test43Rainer Borene2014-11-20
| |
* | legacy tests: migrate test33Rainer Borene2014-11-20
| |
* | legacy tests: migrate test67Rainer Borene2014-11-20
| |