Justin M. Keyes
e4146dd7df
remove disable_char_avail_for_testing()
...
test_cursor_func.vim hangs at the call to
disable_char_avail_for_testing(). The test does not actually need this
function (and it correctly fails if the fix from 7.4.1300 is reverted).
Given that disable_char_avail_for_testing is a gigantic hack, if we can
avoid it let's do so.
2016-04-26 23:32:01 -04:00
Justin M. Keyes
0d6fe73d7b
vim-patch:7.4.1118
...
Problem: Tests hang in 24 line terminal.
Solution: Set the 'more' option off.
a99b90437a
2016-04-26 22:37:00 -04:00
Justin M. Keyes
db9c22adb9
legacy test: Makefile
2016-04-25 06:34:29 -04:00
KillTheMule
11fd965554
vim-patch:7.4.1300
...
Problem: Cannot test CursorMovedI because there is typeahead.
Solution: Add disable_char_avail_for_testing().
2ab375e54e
Most of it manually applied.
2016-04-25 06:34:28 -04:00
KillTheMule
ad99d0bf7e
vim-patch:5a46a58
...
Add missing test file.
5a46a58eb6
2016-04-25 06:34:28 -04:00
Justin M. Keyes
ef977c6b68
vim-patch:7.4.998
2016-04-25 05:25:32 -04:00
Justin M. Keyes
588bc1d958
Merge #4303 'vim-patch:7.4.{951,1143,1144}'.
2016-04-25 03:56:33 -04:00
Justin M. Keyes
a7a0bf54e3
Merge pull request #4610 from KillTheMule/vim-7.4.819
...
vim-patch:7.4.819
2016-04-20 01:36:30 -04:00
KillTheMule
7029dec0ae
vim-patch:7.4.819
...
Problem: Beeping when running the tests.
Solution: Fix 41 beeps. (Roland Eggner)
901e58c243
Applied cleanly, except for files test29.in, test4.in, test61.in, test82.in,
test83.in, test90.in, test95.in, which were all converted to lua tests, and
version.c.
Some beeps remain, but this is much better.
2016-04-19 22:01:26 +02:00
Grzegorz Milka
02fa6b18d6
vim-patch:7.4.1113
...
Problem: Using {ns} in variable name does not work. (lilydjwg)
Solution: Fix recognizing colon. Add a test.
2016-04-19 19:54:52 +02:00
Justin M. Keyes
8a14750dd3
test: convert test_marks.in.
...
vim-patch:35e7594
35e7594dd4
"Add missing test files from 7.4.634 to the repository."
The discrepancy between the expected getpos() result of the old test
[0, 15, 2, 0] and the converted test [0, 3, 2, 0] is just a matter of how
the buffer is constructed: in the old Vim test the buffer has a bunch of
junk at the top.
The central purpose of the test is to verify that the getpost("'a") does
*not* return [0, 0, 0, 0].
2016-04-18 03:00:43 -04:00
KillTheMule
2c827cea12
Add new style test test_viml.vim to the build
2016-04-15 20:17:07 +02:00
KillTheMule
8a2cf943f7
vim-patch:7.4.1284
...
Problem: Test 49 fails.
Solution: Check for a different error message.
dc94a26a64
Applied cleanly except for version.c.
2016-04-15 20:17:07 +02:00
KillTheMule
e34cdf6e79
vim-patch:7.4.1030
...
Problem: test49 is still slow.
Solution: Move more tests from old to new style.
a2cce86307
Applied cleanly except for version.c.
2016-04-15 20:17:07 +02:00
KillTheMule
a0fec5d3db
vim-patch:7.4.1001
...
Problem: test_viml isn't run.
Solution: Include change in makefile.
f49e240c2d
Applied cleanly except for version.c. Needs to be added to the build system.
2016-04-15 20:17:07 +02:00
KillTheMule
622164d403
vim-patch:7.4.1000
...
Problem: Test 49 is slow and doesn't work on MS-Windows.
Solution: Start moving parts of test 49 to test_viml.
c06624661a
Applied cleanly except Makefile changes. File src/nvim/testdir/runtest.vim was
configured to set nocp for all tests. This option is not in nvim anymore, so it
was removed.
2016-04-15 20:17:07 +02:00
Lucas Hoffmann
87c208a43f
tests: Migrate legacy test 88.
2016-03-09 23:54:26 +01:00
watiko
1addc45e78
test: Remove migrated legacy test from Makefile
2016-03-02 17:32:24 +09:00
watiko
29a1807de8
tests: Migrate legacy test sort
2016-03-02 17:32:24 +09:00
watiko
313810ccad
vim-patch:7.4.1143
...
Problem: Can't sort on floating point numbers.
Solution: Add the "f" flag to ":sort". (Alex Jakushev) Also add the "f"
flag to sort().
f7edf40448
2016-03-02 17:32:24 +09:00
watiko
f6dca79f3a
vim-patch:7.4.951
...
Problem: Sorting number strings does not work as expected. (Luc Hermitte)
Solution: Add the 'N" argument to sort()
b00da1d6d1
2016-03-02 17:32:24 +09:00
Lucas Hoffmann
94b1403ad5
test: Reformat legacy test makefile.
...
This will hopefully reduce the number of merge conflicts when merging the
outstanding legacy test migrations.
2016-02-22 13:02:41 +01:00
Justin M. Keyes
d9291954b9
Merge pull request #4259 from watiko/vim-7.4.881
...
vim-patch:7.4.{879,881}
2016-02-22 00:34:24 -05:00
Justin M. Keyes
6395dd64a4
Merge pull request #4167 from lucc/test11
...
tests: migrate legacy test 11
2016-02-21 23:49:36 -05:00
Justin M. Keyes
dd4b661dbd
Merge pull request #4243 from lucc/test36
...
tests: Migrate legacy test 36.
2016-02-21 23:47:15 -05:00
Lucas Hoffmann
4a02dc0828
tests: Remove old charset test after migration.
2016-02-20 07:57:55 +01:00
Justin M. Keyes
b2b3768bb4
Merge pull request #4234 from watiko/vim-7.4.977
...
vim-patch:7.4.{818,883,977}
2016-02-17 04:10:50 -05:00
Justin M. Keyes
baee9fe286
Merge pull request #4220 from watiko/vim-7.4.792
...
vim-patch:7.4.792
2016-02-15 03:55:23 -05:00
Lucas Hoffmann
ceccaf7a5e
test: Remove files of old test 36.
2016-02-15 09:30:17 +01:00
Lucas Hoffmann
0581ec396c
test: Remove old files for legacy test 11.
2016-02-15 09:09:23 +01:00
watiko
e0727ced13
vim-patch:7.4.881
...
Problem: Test 49 fails.
Solution: Add line number to check of call stack.
0a777ab989
2016-02-15 16:27:05 +09:00
Justin M. Keyes
e0ca30553b
Merge pull request #4166 from lucc/legacy/command_count
...
tests: Migrate legacy test command_count.
2016-02-15 01:10:15 -05:00
watiko
eab6ed778d
vim-patch:7.4.977
...
Problem: 'linebreak' does not work properly when using "space" in
'listchars'.
Solution: (Hirohito Higashi, Christian Brabandt)
9bc01ebb95
2016-02-11 17:08:36 +09:00
watiko
8eb0d43c12
vim-patch:7.4.883
...
Problem: Block-mode replace works characterwise instead of blockwise after
column 147. (Issue #422 )
Solution: Set Visual mode. (Christian Brabandt)
10ad1d90da
2016-02-11 16:45:08 +09:00
watiko
66571f64a4
vim-patch:7.4.818
...
Problem: 'linebreak' breaks c% if the last Visual selection was block.
(Chris Morganiser, Issue 389)
Solution: Handle Visual block mode differently. (Christian Brabandt)
89c17c02ca
2016-02-11 16:37:11 +09:00
watiko
b137ebdd17
tests: Migrate legacy test match_conceal
2016-02-11 15:08:31 +09:00
watiko
133ef7e465
vim-patch:7.4.792
...
Problem: Can only conceal text by defining syntax items.
Solution: Use matchadd() to define concealing. (Christian Brabandt)
6561d52ecb
2016-02-11 15:08:31 +09:00
Justin M. Keyes
7c2b2ea9c9
Merge pull request #4178 from watiko/vim-7.4.708
...
vim-patch:7.4.{708,717}
2016-02-09 02:10:57 -05:00
Justin M. Keyes
b9701c2a2b
Merge #4152 'vim-patch:7.4.{798,800,805,810,811,814,815,816,817,820,825}'.
2016-02-09 01:58:54 -05:00
Justin M. Keyes
31aa060bca
vim-patch:7.4.801
...
Problem: Test for ":diffoff" doesn't catch all potential problems.
Solution: Add a :diffthis and a :diffoff command. (Olaf Dabrunz)
278236000f
2016-02-09 01:17:02 -05:00
Justin M. Keyes
39e5d9287e
Merge #4139 'vim-patch:7.4.{768,769}'.
2016-02-09 01:04:54 -05:00
Jurica Bradaric
81ccfc576f
vim-patch:7.4.769
...
Problem: Behavior of :diffoff is not tested.
Solution: Add a bit of testing. (Olaf Dabrunz)
2693ca21ce
2016-02-09 01:03:33 -05:00
watiko
70ab198221
vim-patch:7.4.717
...
Problem: ":let list += list" can change a locked list.
Solution: Check for the lock earlier. (Olaf Dabrunz)
1cd5e613b0
2016-02-06 05:54:15 +09:00
Lucas Hoffmann
86c5696c27
tests: Migrate legacy test 45.
2016-02-05 13:55:27 +09:00
watiko
69e448d1d8
vim-patch:7.4.700
...
Problem: Fold can't be opened after ":move". (Ein Brown)
Solution: Delete the folding information and update it afterwards.
(Christian Brabandt)
d5f6933d5c
2016-02-05 12:21:14 +09:00
Lucas Hoffmann
ec663d8069
tests: Remove old test files for command_count.
2016-02-04 19:33:16 +01:00
Justin M. Keyes
8e92b7f9fc
Merge pull request #4153 from watiko/vim-7.4.643
...
vim-patch:7.4.643
2016-02-02 22:18:42 -05:00
Jurica Bradaric
ac88c35d32
test: Do not depend on helptags.
2016-02-02 22:07:53 -05:00
watiko
f104ce2d15
vim-patch:7.4.643
...
Problem: Using the default file format for Mac files. (Issue 77)
Solution: Reset the try_mac counter in the right place. (Oswald)
c6b7217ff5
2016-02-03 06:38:38 +09:00
Jurica Bradaric
ffd143be82
vim-patch:7.4.798
...
Problem: Repeating a change in Visual mode does not work as expected.
(Urtica Dioica)
Solution: Make redo in Visual mode work better. (Christian Brabandt)
31b259bf95
2016-02-02 18:29:23 +01:00