Justin M. Keyes
63d2564409
tests: update legacy Makefile #2186
...
Many tests were migrated, but entries were left in the old Makefile.
2015-03-19 11:02:49 -04:00
Gustaf Lindstedt
6511c24af8
legacy tests: migrate test19
2015-03-16 10:54:49 -04:00
Gustaf Lindstedt
311f09e20f
legacy tests: migrate test89
2015-03-16 10:54:36 -04:00
Rainer Borene
c9fefe2a74
legacy tests: migrate test84
2015-03-11 00:22:23 -04:00
Rainer Borene
126b169f99
legacy tests: migrate test91
2015-03-11 00:22:23 -04:00
Rainer Borene
1e4a5f878f
legacy tests: migrate test90
2015-03-11 00:22:23 -04:00
Rainer Borene
a1aacb2a32
legacy tests: migrate test95
2015-03-11 00:22:23 -04:00
Rainer Borene
2cfecf5420
legacy tests: migrate test15
2015-03-11 00:22:23 -04:00
Rainer Borene
0099f6148c
legacy tests: migrate test_listlbr_utf8
2015-03-11 00:22:23 -04:00
Rainer Borene
0f97f52ded
legacy tests: migrate test98
2015-03-11 00:22:22 -04:00
Rainer Borene
9c40721ea4
legacy tests: migrate test103
2015-03-11 00:22:22 -04:00
Rainer Borene
05fcce3896
legacy tests: migrate test_qf_title
2015-03-11 00:00:22 -04:00
Rainer Borene
b18cd63260
legacy tests: migrate test100
2015-03-11 00:00:22 -04:00
Gustaf Lindstedt
2d65ccf06c
test: migrate legacy test 77 #2046
...
Migrate legacy test 77 which tests mf_hash_grow() to lua/busted.
2015-03-08 23:27:54 -04:00
Fabian Brosda
20054df06e
legacy test: migrate test 72
2015-02-20 13:26:59 -03:00
Justin M. Keyes
9a3b1d1078
Merge pull request #1834 from Pyrohh/misc-float-double
...
Factor out float usage & remove '+float' references
2015-01-29 09:19:46 -05:00
Eliseo Martínez
475d0e213c
Remove spurious file 'del' left after old tests.
...
Executing old tests leaves an empty file 'del' that doesn't get removed
by `make clean`.
2015-01-27 18:35:48 -05:00
Michael Reed
5b8d84d2c2
Remove '+float' references
...
The corresponding code was already removed in
b4ca3abc9f
2015-01-24 16:50:42 -05:00
Thiago de Arruda
8a363360dc
test: Migrate legacy test 107
...
This test depends on terminal size to work correctly. After migration this
requirement is removed.
2015-01-23 20:46:27 -03:00
Pavel Platto
02113c328e
Replace erroneous ft=unix by ff=unix from 7.4.406
2015-01-21 23:57:14 +02:00
Pavel Platto
83d8e87a92
vim-patch:7.4.500
...
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
2015-01-21 23:54:51 +02:00
Florian Walch
869d4c972e
vim-patch:7.4.563
...
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
2015-01-08 09:03:54 +01:00
Justin M. Keyes
050c6515f8
Merge pull request #1763 from epaulson10/vim-7.4.551
...
vim-patch:7.4.551
2015-01-06 00:12:53 -05:00
Erik Paulson
55f00f44d3
vim-patch:7.4.551
...
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
2015-01-04 12:23:48 -08:00
Florian Walch
ceb54c55ad
vim-patch:7.4.559
...
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
2015-01-03 16:08:51 +01:00
Justin M. Keyes
7285b0c863
Merge pull request #1737 from fwalch/vim-7.4.541
...
vim-patch:7.4.541
2014-12-29 23:18:13 -05:00
Florian Walch
4ad5b245f0
vim-patch:7.4.541
...
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
2014-12-25 18:54:12 +01:00
Florian Walch
476a2c0a83
vim-patch:7.4.536
...
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
2014-12-24 23:29:00 +01:00
Florian Walch
1053f49ab0
vim-patch:7.4.395
...
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
2014-12-23 10:27:05 +01:00
Scott Prager
0eb4c02778
vim-patch:7.4.355
...
Problem: Several problems with Javascript indenting.
Solution: Improve Javascript indenting.
https://code.google.com/p/vim/source/detail?r=v7-4-355
2014-12-19 18:57:45 -05:00
Scott Prager
12b3f49ea1
vim-patch:7.4.350
...
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
2014-12-19 18:57:45 -05:00
Michael Reed
a62fe49d3c
Remove Amiga remnants
...
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.
2014-12-19 15:28:49 -05:00
Michael Reed
6f50fd6c35
Remove VMS remnants
2014-12-19 15:28:49 -05:00
Justin M. Keyes
5df8bf077b
Merge pull request #1704 from fwalch/vim-7.4.434
...
vim-patch:7.4.434, vim-patch:7.4.442
2014-12-19 01:35:42 -05:00
Florian Walch
815fe28450
vim-patch:7.4.434
...
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
2014-12-18 21:22:40 +01:00
Julian Mehne
84dda11ec3
Remove superfluous settings from legacy tests.
2014-12-18 00:50:17 +01:00
Julian Mehne
a8c926fc91
Use a local viminfo file when running the old tests.
...
This is required after defaulting to `nocp`, so that ~/.nviminfo
files don't interfere with the old legacy tests.
2014-12-17 23:32:56 +01:00
Julian Mehne
c26c387490
vim-patch:7.4.470
...
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
2014-12-14 14:38:06 +01:00
Julian Mehne
850b0b8663
vim-patch:7.4.463
...
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
2014-12-14 14:37:42 +01:00
Julian Mehne
a44f39955f
Make test29 work with nocompatible.
2014-12-13 11:43:48 -08:00
Scott Prager
3d93e47d9a
vim-patch:7.4.249
...
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
2014-12-11 20:30:00 -05:00
Scott Prager
5fdca47962
vim-patch:7.4.243
...
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
2014-12-11 20:30:00 -05:00
Michael Reed
365cf90efb
docs: Remove EBCDIC remnants
2014-12-09 19:25:07 -05:00
Julian Mehne
6cba2eef21
Allow the rest of the old tests to pass with nocp.
...
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
2014-12-06 13:43:14 +01:00
Joel Teichroeb
62bd20b726
Allow most old tests to pass with nocp.
...
test69.in:
because 'nocp' sets 'esckeys', add an extra <esc> to avoid 'tm' pause.
2014-12-06 13:43:14 +01:00
Michael Reed
497a688ebc
Remove remaining crypto references
...
Closes https://github.com/neovim/docs/pull/26
Also added stubs for 'cryptmethod' and 'key', and placeholders for
explanation regarding removal of crypto functionality.
2014-12-03 14:46:37 -05:00
Justin M. Keyes
49b65b0fcd
Merge pull request #1516 from fmoralesc/new-patches
...
vim-patch:7.4.425,435,467,472,473,478
2014-11-27 20:58:39 -05:00
Felipe Morales
35e2398441
vim-patch:7.4.467: Avoid a problem with unwanted linebreaks in block mode
...
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
2014-11-27 19:40:51 -03:00
Julian Mehne
6b5785b149
Fix Makefile for running valgrind with old tests.
2014-11-22 13:07:04 +01:00
Rainer Borene
df5a17fb51
legacy tests: migrate test105
2014-11-20 21:06:37 -03:00