neovim/src/nvim/testdir
Francisco Giordano 8b3c0b87ff vim-patch:8.1.1352: undofile() reports wrong name
Problem:    Undofile() reports wrong name. (Francisco Giordano)
Solution:   Clean up the name before changing path separators. (closes vim/vim#4392,
            closes vim/vim#4394)
e9ebc9a91c
2019-05-19 15:31:23 -03:00
..
pyxfile vim-patch:8.0.0251: not easy to select Python 2 or 3 (#9173) 2019-01-02 14:51:03 +01:00
samples
sautest/autoload vim-patch:8.0.1378: autoload script sources itself when defining function 2018-09-09 20:30:32 -04:00
dotest.in
load.vim test: share implementation of testdir/load.vim 2019-05-18 15:48:13 +02:00
Makefile vim-patch:8.1.1285: test17 is old style 2019-05-06 22:35:45 -04:00
runnvim.sh oldtests: Make test output least verbose 2018-03-21 00:54:32 +03:00
runnvim.vim oldtests: Run old tests in :terminal 2018-03-18 23:51:43 +03:00
runtest.vim vim-patch:8.1.0696: when test_edit fails 'insertmode' may not be reset 2019-01-06 20:30:38 -05:00
setup.vim vim-patch:8.0.1045: running tests may pollute shell history 2019-02-02 07:38:53 -05:00
shared.vim vim-patch:8.0.1249: no error when WaitFor() gets an invalid wrong expression 2018-11-19 22:32:23 -05:00
test1.in
test1.ok
test37.in
test37.ok
test42.in
test42.ok
test48.in
test48.ok
test49.in
test49.ok
test49.vim
test52.in
test52.ok
test64.in
test64.ok
test_alot_latin.vim test/old: restore test_alot_utf8.vim 2018-02-11 20:15:43 +01:00
test_alot_utf8.vim vim-patch:8.0.1333: some tests are run twice 2018-02-11 22:40:12 +01:00
test_alot.vim vim-patch:8.1.0926: no test for :wnext, :wNext and :wprevious 2019-02-17 19:31:57 -05:00
test_arabic.vim vim-patch:8.0.1553: find digraph to insert a character #8190 2018-10-30 19:47:59 +01:00
test_arglist.vim vim-patch:8.0.1763: :argedit does not reuse an empty unnamed buffer 2019-04-08 19:59:57 +02:00
test_assign.vim vim-patch:8.0.1172: when E734 is given option is still set (#8988) 2018-09-13 07:52:31 +02:00
test_autochdir.vim test/oldtest: restore test_autochdir.vim 2018-02-11 15:29:19 +01:00
test_autocmd.vim vim-patch:8.1.1325: cannot build with +eval but without +channel and +timers 2019-05-18 12:21:06 -04:00
test_autoload.vim vim-patch:8.0.1378: autoload script sources itself when defining function 2018-09-09 20:30:32 -04:00
test_behave.vim vim-patch:8.1.0389: :behave command is not tested (#9030) 2018-09-23 10:55:06 +02:00
test_blockedit.vim vim-patch:8.0.1779: deleting in a block selection causes problems (#9099) 2018-10-09 09:04:51 +02:00
test_breakindent.vim
test_bufwintabinfo.vim vim-patch:8.1.0186: test for getwininfo() fails in GUI 2018-08-15 21:17:33 -04:00
test_cd.vim oldtests: set shellslash for ":cd" test 2019-04-05 22:57:08 -04:00
test_changedtick.vim
test_charsearch_utf8.vim vim-patch:26a280c47a1c 2018-02-11 22:40:12 +01:00
test_charsearch.vim
test_checkpath.vim vim-patch:8.1.1285: test17 is old style 2019-05-06 22:35:45 -04:00
test_cindent.vim vim-patch:8.0.1041: bogus characters when indenting during visual-block append 2018-08-23 10:00:53 -04:00
test_clientserver.vim vim-patch:8.0.0{474,475,492,633,1251} (#8725) 2018-07-12 06:22:55 +02:00
test_close_count.vim vim-patch:8.0.1302: still too many old style tests 2018-02-11 23:30:18 +01:00
test_cmdline.vim vim-patch:8.1.0668: no test for overstrike mode in the command line 2019-02-17 20:10:36 -05:00
test_command_count.vim vim-patch:8.0.1763: :argedit does not reuse an empty unnamed buffer 2019-04-08 19:59:57 +02:00
test_comparators.vim vim-patch:8.0.0708: some tests are old style 2018-09-08 16:43:27 +02:00
test_compiler.vim vim-patch:8.1.0146: when $LANG is set the compiler test may fail (#9238) 2018-11-15 11:42:18 +01:00
test_cscope.vim
test_cursor_func.vim
test_curswant.vim vim-patch:8.0.0861: still many old style tests 2018-02-11 15:27:56 +01:00
test_debugger.vim vim-patch:8.1.1180: Vim script debugger tests are old style 2019-04-26 23:40:29 -04:00
test_diffmode.vim vim-patch:8.1.1073: space in number column is on wrong side with 'rightleft' set 2019-03-31 12:40:54 -04:00
test_digraph.vim vim-patch:8.0.1553: find digraph to insert a character #8190 2018-10-30 19:47:59 +01:00
test_display.vim
test_edit.vim vim-patch:8.1.1348: running tests may cause the window to move 2019-05-18 13:39:23 -04:00
test_erasebackword.vim vim-patch:8.0.1302: still too many old style tests 2018-02-11 23:30:18 +01:00
test_escaped_glob.vim vim-patch:8.1.0476: memory leaks in test_escaped_glob (#9127) 2018-10-14 16:23:46 -07:00
test_eval_stuff.vim vim-patch:8.1.0369: continuation lines cannot contain comments 2019-05-03 02:08:18 -04:00
test_ex_undo.vim
test_ex_z.vim vim-patch:8.0.0537: illegal memory access with :z and large count (#8592) 2018-06-19 20:35:37 +02:00
test_exec_while_if.vim vim-patch:8.0.0708: some tests are old style 2018-09-08 16:43:27 +02:00
test_execute_func.vim
test_exists_autocmd.vim vim-patch:8.0.0708: some tests are old style 2018-09-08 16:43:27 +02:00
test_exists.vim vim-patch:8.0.1186: still quite a few old style tests 2018-02-11 15:27:56 +01:00
test_exit.vim vim-patch:8.0.1595: no autocommand triggered before exiting 2018-09-04 22:40:48 -04:00
test_expr_utf8.vim test/old: restore test_alot_utf8.vim 2018-02-11 20:15:43 +01:00
test_expr.vim vim-patch:8.1.0596: not all parts of printf() are tested 2018-12-16 14:48:30 -05:00
test_feedkeys.vim
test_file_size.vim vim-patch:8.0.1158: still old style tests 2018-02-11 15:27:56 +01:00
test_fileformat.vim
test_filetype.vim vim-patch:8.1.1284: detecting *.tmpl as htmlcheetah is outdated 2019-05-06 22:35:45 -04:00
test_filter_cmd.vim vim-patch:8.1.0468: MS-Windows: filter command with pipe character fails (#9101) 2018-10-10 11:32:21 +02:00
test_filter_map.vim
test_find_complete.vim vim-patch:8.0.1464: add slash when completing directory #8684 2018-07-10 19:33:18 +02:00
test_findfile.vim test/old: set shellslash in Test_finddir 2019-05-04 23:09:25 -04:00
test_fixeol.vim vim-patch:8.0.1302: still too many old style tests 2018-02-11 23:30:18 +01:00
test_float_func.vim
test_fnameescape.vim
test_fold.vim vim-patch:8.1.0449: fix display of 'rnu' with folded lines #9481 2019-01-11 01:44:15 +01:00
test_functions.vim test/win: executable(), exepath() #9516 2019-04-01 03:13:11 +02:00
test_ga.vim vim-patch:8.0.1553: find digraph to insert a character #8190 2018-10-30 19:47:59 +01:00
test_getcwd.vim vim-patch:8.0.1489: there is no easy way to get the global directory (#9109) 2018-10-12 21:25:00 +02:00
test_getvar.vim vim-patch:8.0.1160: getting tab-local variable fails after closing window 2018-08-06 21:56:38 -04:00
test_gf.vim vim-patch:8.1.1285: test17 is old style 2019-05-06 22:35:45 -04:00
test_glob2regpat.vim
test_global.vim vim-patch:8.0.0630: it is not easy to work on lines without a match (#8734) 2018-07-13 21:14:46 +02:00
test_gn.vim vim-patch:8.1.0018: using "gn" may select wrong text when wrapping 2018-08-19 15:53:34 -04:00
test_goto.vim vim-patch:8.1.0024: test % command (#8834) 2018-08-09 18:41:36 +02:00
test_hardcopy.vim vim-patch:8.1.0056: crash when using :hardcopy with illegal byte 2018-07-19 12:21:14 -04:00
test_help_tagjump.vim tests: fix Test_help_tagjump() 2019-01-17 15:59:22 +01:00
test_help.vim vim-patch:8.0.1383: local additions in help skips some files 2018-09-04 21:16:34 -04:00
test_hide.vim
test_highlight.vim vim-patch:8.1.{0849,1001}: 'cursorline' highlight #9757 2019-03-19 12:24:41 +01:00
test_history.vim vim-patch:8.1.0559: command line completion not sufficiently tested 2018-12-03 22:48:27 -05:00
test_hlsearch.vim vim-patch:8.0.0646: the hlsearch test fails on fast systems 2019-03-08 00:06:28 +08:00
test_increment_dbcs.vim
test_increment.vim oldtests: set nrformats to Vim default 2018-09-16 17:39:50 -04:00
test_ins_complete.vim vim-patch:8.1.0258: not enough testing for the CompleteDone event 2018-11-17 08:20:22 -05:00
test_join.vim vim-patch:8.0.1209: still too many old style tests 2018-08-15 01:27:30 -04:00
test_jumps.vim
test_lambda.vim vim-patch:8.1.0019: error when defining a Lambda with index of a function result 2019-03-15 22:13:32 -04:00
test_langmap.vim
test_largefile.vim test_largefile.vim: adjust comment to run it 2018-09-08 16:43:27 +02:00
test_let.vim vim-patch:8.0.0861: still many old style tests 2018-02-11 15:27:56 +01:00
test_lineending.vim vim-patch:8.0.0861: still many old style tests 2018-02-11 15:27:56 +01:00
test_lispwords.vim vim-patch:8.0.1158: still old style tests 2018-02-11 15:27:56 +01:00
test_listchars.vim vim-patch:8.1.1299: "extends" from 'listchars' is used when 'list' is off 2019-05-08 21:46:37 -04:00
test_listdict.vim vim-patch:8.1.0980: extend() insufficiently tested (#9646) 2019-02-25 11:34:55 +01:00
test_listlbr_utf8.vim vim-patch:8.0.0675: 'colorcolumn' has a higher priority than 'hlsearch' (#8483) 2018-06-05 17:10:07 +02:00
test_listlbr.vim test/old: skip encoding=latin1 test 2018-02-11 23:53:05 +01:00
test_makeencoding.py
test_makeencoding.vim oldtests: check +iconv for makeencoding 2018-04-12 02:27:10 -04:00
test_maparg.vim vim-patch:8.1.0011: maparg() and mapcheck() confuse empty and non-existing (#8976) 2018-09-10 09:27:04 +02:00
test_mapping.vim vim-patch:8.1.0837: timer interrupting cursorhold and mapping not tested 2019-04-26 00:02:12 -04:00
test_marks.vim vim-patch:8.1.0875: not all errors of marks and findfile()/finddir() are tested 2019-03-05 00:09:30 -05:00
test_match.vim vim-patch:8.1.0218: cannot add matches to another window 2019-04-04 20:24:39 +02:00
test_matchadd_conceal_utf8.vim
test_matchadd_conceal.vim vim-patch:8.0.1553: find digraph to insert a character #8190 2018-10-30 19:47:59 +01:00
test_menu.vim vim-patch:8.0.0413: menu test fails on MS-Windows #8173 2019-01-27 01:35:00 +01:00
test_messages.vim vim-patch:8.1.0559: command line completion not sufficiently tested 2018-12-03 22:48:27 -05:00
test_mksession_utf8.vim vim-patch:8.0.1333: some tests are run twice 2018-02-11 22:40:12 +01:00
test_mksession.vim oldtests: win: filename cannot have " 2019-04-05 22:57:08 -04:00
test_modeline.vim vim-patch:8.1.0544: setting 'filetype' in a modeline causes an error 2019-03-28 18:12:30 +02:00
test_move.vim vim-patch:8.1.0516: :move command sets 'modified' #9224 2018-11-11 19:13:14 +01:00
test_nested_function.vim
test_normal.vim test/old: enable Test_normal01_keymodel 2019-05-04 08:26:41 -04:00
test_number.vim vim-patch:8.0.0358,8.0.0359 (#7832) 2018-01-30 21:21:29 +01:00
test_options.vim vim-patch:8.0.1807: function to set terminal name is too long 2018-10-06 11:36:12 -04:00
test_partial.vim
test_plus_arg_edit.vim vim-patch:8.0.1326: largefile test fails on CI, glob test on MS-Windows 2018-09-08 16:43:27 +02:00
test_popup.vim vim-patch:8.1.1123: avoid filtering autocomplete 2019-04-07 00:56:26 +02:00
test_preview.vim vim-patch:8.0.0762: ml_get error with :psearch in buffer without a name 2018-08-18 21:55:54 -04:00
test_profile.vim vim-patch:8.0.1372: profile log may be truncated halfway a character 2019-03-08 21:35:03 -05:00
test_put.vim vim-patch:8.1.0119: failing test goes unnoticed because messages is not written 2019-04-01 21:48:35 -04:00
test_python2.vim vim-patch:8.1.1074: Python test doesn't wipe out hidden buffer 2019-03-31 12:40:54 -04:00
test_python3.vim vim-patch:8.1.1074: Python test doesn't wipe out hidden buffer 2019-03-31 12:40:54 -04:00
test_pyx2.vim vim-patch:8.0.0251: not easy to select Python 2 or 3 (#9173) 2019-01-02 14:51:03 +01:00
test_pyx3.vim vim-patch:8.0.0251: not easy to select Python 2 or 3 (#9173) 2019-01-02 14:51:03 +01:00
test_quickfix.vim fixup! vim-patch:8.0.1782: no simple way to label quickfix entries 2019-05-06 22:35:45 -04:00
test_quotestar.vim vim-patch:8.0.0737: crash when X11 selection is very big 2018-11-19 21:53:39 -05:00
test_recover.vim oldtests: win: keep set dir=/ 2018-04-12 02:44:06 -04:00
test_regex_char_classes.vim vim-patch:8.0.1447: still too many old style tests (#9725) 2019-03-14 00:43:11 +01:00
test_regexp_latin.vim vim-patch:8.0.0645: no error for illegal back reference in NFA engine 2019-03-07 23:48:53 +08:00
test_regexp_utf8.vim vim-patch:8.0.0623: error for invalid regexp is not very informative 2018-06-04 08:44:19 -04:00
test_registers.vim vim-patch:8.0.1799: no test for :registers command 2018-07-17 09:49:39 -04:00
test_retab.vim
test_scriptnames.vim vim-patch:8.1.0553: it is not easy to edit a script that was sourced (#9298) 2018-12-01 04:43:08 +01:00
test_scroll_opt.vim vim-patch:8.0.1237: ":set scroll&" often gives an error (#8473) 2018-06-04 01:31:37 +02:00
test_scrollbind.vim vim-patch:8.0.0861: still many old style tests 2018-02-11 15:27:56 +01:00
test_search.vim vim-patch:8.1.1214: old style tests #9948 2019-04-27 21:45:53 +02:00
test_sha256.vim vim-patch:8.0.0684: old style tests are not nice 2018-02-11 20:15:44 +01:00
test_signs.vim vim-patch:8.1.0588: cannot define a sign with space in the text 2018-12-14 22:51:12 -05:00
test_smartindent.vim vim-patch:8.0.0851: 'smartindent' is used even when 'indentexpr' is set (#8481) 2018-06-05 08:20:38 +02:00
test_sort.vim vim-patch:8.1.0959: sorting large numbers is not tested (#9641) 2019-02-23 11:54:41 +01:00
test_source_utf8.vim vim-patch:8.0.1221: still too many old style tests 2018-02-11 15:29:19 +01:00
test_spell.vim oldtests: skip Test_spellinfo() 2018-11-12 08:45:03 -05:00
test_startup_utf8.vim vim-patch:8.1.0387: no test for 'ambiwidth' detection 2019-02-17 21:47:12 -05:00
test_startup.vim vim-patch:8.1.0398: no test for -o and -O command line arguments (#9253) 2018-11-19 01:38:51 +01:00
test_stat.vim vim-patch:8.1.0536: file time test fails when using NFS (#9251) 2018-11-18 18:05:43 +01:00
test_statusline.vim vim-patch:8.0.0645: no error for illegal back reference in NFA engine 2019-03-07 23:48:53 +08:00
test_substitute.vim vim-patch:8.1.1345: stuck in sandbox with ":s/../\=Function/gn" 2019-05-18 12:11:11 -04:00
test_suspend.vim vim-patch:8.1.0508: suspend test fails when run by root (#9196) 2018-11-04 11:58:22 +01:00
test_swap.vim vim-patch:8.0.1267: Test_swap_group may leave file behind 2019-04-29 20:59:51 -04:00
test_syn_attr.vim
test_syntax.vim vim-patch:8.0.0647: syntax highlighting can make cause a freeze 2019-04-23 00:03:47 -04:00
test_system.vim oldtests: win: cmd.exe echo has trailing CR 2018-04-12 02:23:53 -04:00
test_tab.vim vim-patch:8.0.1221: still too many old style tests 2018-02-11 15:29:19 +01:00
test_tabline.vim
test_tabpage.vim vim-patch:8.1.1286: running tests leaves XTest_tabpage_cmdheight file behind 2019-05-06 22:35:45 -04:00
test_tagcase.vim
test_tagjump.vim vim-patch:8.1.0519: cannot save and restore the tag stack 2019-04-28 11:37:19 +01:00
test_taglist.vim vim-patch:8.1.0133: tagfiles() can have duplicate entries 2019-05-07 03:21:26 -04:00
test_textformat.vim vim-patch:8.1.0728: avoid breaking after single space #9733 2019-03-15 12:14:42 +01:00
test_textobjects.vim vim-patch:8.1.0971: failure to select quoted text obj moves cursor #9658 2019-03-03 11:04:32 +01:00
test_timers.vim test: share implementation of testdir/load.vim 2019-05-18 15:48:13 +02:00
test_true_false.vim oldtests: set shellslash for Test_non_zero_arg 2019-04-01 23:28:16 -04:00
test_undo.vim vim-patch:8.1.1352: undofile() reports wrong name 2019-05-19 15:31:23 -03:00
test_unlet.vim vim-patch:8.1.0047: no completion for :unlet $VAR 2018-10-02 22:47:47 -04:00
test_user_func.vim vim-patch:8.0.1209: still too many old style tests 2018-08-15 01:27:30 -04:00
test_usercommands.vim vim-patch:8.0.1425: execute() does not work in completion of user command (#9317) 2018-12-06 01:14:19 +01:00
test_utf8_comparisons.vim vim-patch:8.0.0684: old style tests are not nice 2018-02-11 20:15:44 +01:00
test_utf8.vim
test_vimscript.vim Merge #8701 from janlazo/vim-8.0.1140 2018-07-12 05:24:21 +02:00
test_virtualedit.vim vim-patch:8.0.1765: CTRL-G j in Insert mode is incorrect when 'virtualedit' set (#8757) 2018-07-23 02:11:13 +02:00
test_visual.vim vim-patch:8.1.1214: old style tests #9948 2019-04-27 21:45:53 +02:00
test_winbuf_close.vim vim-patch:8.1.1088: height of quickfix window not retained with vertical split (#9818) 2019-03-30 22:20:08 +01:00
test_window_cmd.vim vim-patch:8.0.1411: reading invalid memory with CTRL-W : 2019-04-10 20:38:16 -04:00
test_window_id.vim
test_windows_home.vim vim-patch:8.0.1017: test for MS-Windows $HOME always passes 2018-07-24 23:17:36 -04:00
test_wnext.vim vim-patch:8.1.0926: no test for :wnext, :wNext and :wprevious 2019-02-17 19:31:57 -05:00
test_wordcount.vim vim-patch:8.0.1387: wordcount test is old style 2018-07-07 23:36:03 -04:00
test_writefile.vim vim-patch:8.1.1349: if writing runs into conversion error backup file is deleted 2019-05-18 14:12:08 -04:00
unix.vim
view_util.vim vim-patch:8.0.1168: wrong highlighting with combination of match and 'cursorline' 2018-08-06 21:56:38 -04:00