neovim/test/functional
ZyX 244dbe3a77 viminfo: First version of ShaDa file dumping
What works:

1. ShaDa file dumping: header, registers, jump list, history, search patterns,
   substitute strings, variables.
2. ShaDa file reading: registers, global marks, variables.

Most was not tested.

TODO:

1. Merging.
2. Reading history, local marks, jump and buffer lists.
3. Documentation update.
4. Converting some data from &encoding.
5. Safer variant of dumping viminfo (dump to temporary file then rename).
6. Removing old viminfo code (currently masked with `#if 0` in a ShaDa file for
   reference).
2015-10-08 21:59:51 +03:00
..
api api: vim_err_write: add tests for multiline handling 2015-09-16 21:42:57 +02:00
autocmd test: Improve functional test debuggability and efficiency 2015-03-24 12:46:15 -03:00
clipboard clipboard: avoid clipboard during :global. #2809 2015-08-30 23:40:12 -04:00
eval api: represent api type String as msgpack type STR. closes #1250 2015-10-08 20:18:46 +02:00
ex_cmds test: menu_spec: avoid screen test. 2015-10-04 15:11:23 -04:00
ex_getln viminfo: First version of ShaDa file dumping 2015-10-08 21:59:51 +03:00
fixtures clipboard: support clipboard=unnamedplus,unnamed 2015-08-07 13:06:13 +02:00
job eval: Protect job callbacks from being redefined 2015-08-21 13:28:49 -03:00
legacy functests: Do not use user viminfo file 2015-09-30 10:09:27 +03:00
normal test: K, 'keywordprg' 2015-09-23 00:06:27 -04:00
provider test: Check for installed Python module with Vimscript function. 2015-09-27 00:03:06 +02:00
server test: v:servername, serverstart(), serverstop() 2015-05-17 02:17:34 -04:00
shell shell: Ensure silent bang mappings won't cut output 2015-10-01 15:22:48 -03:00
terminal test: Add basic tests for the TUI 2015-10-01 15:22:49 -03:00
ui test: Add basic tests for the TUI 2015-10-01 15:22:49 -03:00
viml functests: Use eval subdirectory in place of viml 2015-08-02 22:19:58 +03:00
helpers.lua shell: Ensure silent bang mappings won't cut output 2015-10-01 15:22:48 -03:00
preload.lua tests: prevent busted from reloading the ffi module and others 2015-03-01 15:25:39 -05:00