Files
neovim/test/functional/legacy
Lucas Hoffmann 6571c84d54 tests: Migrate legacy test 80. #2989
The test is also split in several blocks and heavily modernized.  This was
done to prevent the following quoting and escaping problems during migration:
- the vim command `put =...` treats double quotes as the start of a comment so
  they have to be escaped with a backslash
- when inserting control characters on the command line they have to be
  escaped with <C-V>

The parts one and two of the test are functional identical so they are wrapped
in a local function. The only difference was which letters where used to test
the same feature.

Part six did test a flag in 'cpoptions' that has been removed in neovim.  It
has therefore been removed as well.

Reviewed-by: Michael Reed <Pyrohh@users.noreply.github.com>
2015-07-21 19:56:15 -04:00
..
2015-05-25 16:29:01 -04:00
2015-04-27 02:10:57 -04:00
2015-04-27 04:58:37 -04:00
2015-05-13 03:15:52 -04:00
2014-12-27 13:16:54 +01:00
2014-11-04 12:57:33 -03:00
2015-03-20 17:54:28 -04:00