Files
neovim/test/functional
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
..
2015-10-08 22:01:12 +03:00
2016-04-18 03:00:43 -04:00
2016-04-15 02:23:27 -04:00
2016-04-13 09:21:32 -03:00
2016-04-16 22:40:43 +02:00
2016-04-13 09:21:32 -03:00
2016-03-07 03:58:29 -03:00