.. |
002_filename_recognition_spec.lua
|
|
|
004_bufenter_with_modelines_spec.lua
|
|
|
005_bufleave_delete_buffer_spec.lua
|
|
|
007_ball_buffer_list_spec.lua
|
test: update tests to work with 'hidden'
|
2021-08-18 12:17:12 -06:00 |
008_autocommands_spec.lua
|
fix(tests): check for EOF on exit of nvim properly
|
2022-06-13 10:15:44 +02:00 |
011_autocommands_spec.lua
|
test: replace lfs with luv and vim.fs
|
2023-04-04 21:59:06 +02:00 |
012_directory_spec.lua
|
test: replace lfs with luv and vim.fs
|
2023-04-04 21:59:06 +02:00 |
015_alignment_spec.lua
|
|
|
018_unset_smart_indenting_spec.lua
|
|
|
019_smarttab_expandtab_spec.lua
|
|
|
020_blockwise_visual_spec.lua
|
|
|
021_control_wi_spec.lua
|
|
|
023_edit_arguments_spec.lua
|
|
|
025_jump_tag_hidden_spec.lua
|
test: simplify platform detection (#21020)
|
2022-11-22 08:13:30 +08:00 |
026_execute_while_if_spec.lua
|
|
|
028_source_ctrl_v_spec.lua
|
|
|
029_join_spec.lua
|
|
|
030_fileformats_spec.lua
|
docs: fix typos (#20394)
|
2022-09-30 09:53:52 +02:00 |
031_close_commands_spec.lua
|
fix(tests): check for EOF on exit of nvim properly
|
2022-06-13 10:15:44 +02:00 |
033_lisp_indent_spec.lua
|
|
|
034_user_function_spec.lua
|
|
|
035_increment_and_decrement_spec.lua
|
|
|
036_regexp_character_classes_spec.lua
|
|
|
038_virtual_replace_spec.lua
|
|
|
039_visual_block_mode_commands_spec.lua
|
|
|
043_magic_settings_spec.lua
|
|
|
044_099_regexp_multibyte_magic_spec.lua
|
|
|
046_multi_line_regexps_spec.lua
|
|
|
051_highlight_spec.lua
|
|
|
054_buffer_local_autocommands_spec.lua
|
|
|
055_list_and_dict_types_spec.lua
|
vim-patch:8.2.1698: cannot lock a variable in legacy Vim script like in Vim9 (#21883)
|
2023-01-19 08:03:13 +08:00 |
056_script_local_function_spec.lua
|
|
|
057_sort_spec.lua
|
|
|
060_exists_and_has_functions_spec.lua
|
|
|
061_undo_tree_spec.lua
|
test: avoid name collisions with Xtest directory (#23019)
|
2023-04-11 17:18:54 +08:00 |
063_match_and_matchadd_spec.lua
|
vim-patch:9.0.0622: matchaddpos() can get slow when adding many matches
|
2022-10-02 07:28:38 +08:00 |
065_float_and_logic_operators_spec.lua
|
|
|
066_visual_block_tab_spec.lua
|
|
|
067_augroup_exists_spec.lua
|
|
|
068_text_formatting_spec.lua
|
|
|
069_multibyte_formatting_spec.lua
|
|
|
072_undo_file_spec.lua
|
docs: fix typos (#20394)
|
2022-09-30 09:53:52 +02:00 |
074_global_var_in_viminfo_spec.lua
|
test: replace lfs with luv and vim.fs
|
2023-04-04 21:59:06 +02:00 |
078_swapfile_recover_spec.lua
|
|
|
081_coptions_movement_spec.lua
|
|
|
082_string_comparison_spec.lua
|
|
|
083_tag_search_with_file_encoding_spec.lua
|
docs: fix typos (#20394)
|
2022-09-30 09:53:52 +02:00 |
090_sha256_spec.lua
|
|
|
091_context_variables_spec.lua
|
|
|
092_mksession_cursor_cols_utf8_spec.lua
|
|
|
093_mksession_cursor_cols_latin1_spec.lua
|
|
|
094_visual_mode_operators_spec.lua
|
|
|
095_regexp_multibyte_spec.lua
|
|
|
096_location_list_spec.lua
|
|
|
097_glob_path_spec.lua
|
test: simplify platform detection (#21020)
|
2022-11-22 08:13:30 +08:00 |
101_hlsearch_spec.lua
|
|
|
102_fnameescape_spec.lua
|
|
|
103_visual_mode_reset_spec.lua
|
|
|
106_errorformat_spec.lua
|
|
|
107_adjust_window_and_contents_spec.lua
|
|
|
108_backtrace_debug_commands_spec.lua
|
|
|
arglist_spec.lua
|
vim-patch:8.2.3885: arglist test fails
|
2022-10-05 22:40:28 +08:00 |
assert_spec.lua
|
feat(api): nvim_exec2(), deprecate nvim_exec() #19032
|
2023-03-25 09:58:48 -07:00 |
autochdir_spec.lua
|
test: replace lfs with luv and vim.fs
|
2023-04-04 21:59:06 +02:00 |
autocmd_option_spec.lua
|
docs: fix typos (#20394)
|
2022-09-30 09:53:52 +02:00 |
autoformat_join_spec.lua
|
|
|
breakindent_spec.lua
|
vim-patch:8.2.4501: with 'showbreak' set cursor displayed in wrong position
|
2022-11-05 19:35:56 +08:00 |
buffer_spec.lua
|
vim-patch:8.2.1046: insufficient tests for src/buffer.c (#19903)
|
2022-08-23 11:24:46 +08:00 |
changelist_spec.lua
|
|
|
charsearch_spec.lua
|
|
|
close_count_spec.lua
|
|
|
cmdline_spec.lua
|
vim-patch:9.0.1461: ruler not drawn correctly when using 'rulerformat'
|
2023-04-17 18:38:31 +01:00 |
command_count_spec.lua
|
|
|
comparators_spec.lua
|
|
|
conceal_spec.lua
|
test: convert tests in test_conceal.vim to Lua
|
2023-04-19 16:23:08 +08:00 |
cpoptions_spec.lua
|
vim-patch:8.2.0482: channel and sandbox code not sufficiently tested
|
2022-07-15 10:50:21 +08:00 |
delete_spec.lua
|
vim-patch:8.2.2857: Vim9: exception in ISN_INSTR caught at wrong level (#23131)
|
2023-04-16 18:27:33 +08:00 |
digraph_spec.lua
|
vim-patch:8.2.1022: various parts of code not covered by tests
|
2022-11-04 20:54:50 +08:00 |
display_spec.lua
|
vim-patch:9.0.0969: matchparen highlight is not updated when switching buffers (#21227)
|
2022-11-29 10:17:57 +08:00 |
edit_spec.lua
|
vim-patch:9.0.1428: cursor in wrong position when leaving insert mode (#22786)
|
2023-03-26 09:24:04 +08:00 |
erasebackword_spec.lua
|
|
|
eval_spec.lua
|
vim-patch:8.2.0610: some tests are still old style
|
2022-10-26 20:53:39 +08:00 |
ex_mode_spec.lua
|
test: use poke_eventloop() instead of sleep(10) where possible (#19794)
|
2022-08-16 15:21:46 +08:00 |
excmd_spec.lua
|
test: simplify platform detection (#21020)
|
2022-11-22 08:13:30 +08:00 |
filechanged_spec.lua
|
test: simplify platform detection (#21020)
|
2022-11-22 08:13:30 +08:00 |
fixeol_spec.lua
|
test: fixeol cleanup created files #18785
|
2022-05-28 10:34:18 -07:00 |
fnamemodify_spec.lua
|
vim-patch:8.2.3468: problem with :cd when editing file in non-existent directory
|
2021-11-19 20:07:04 +08:00 |
fold_spec.lua
|
vim-patch:8.2.2713: folding code not sufficiently tested
|
2022-11-25 15:55:43 +08:00 |
function_sort_spec.lua
|
test: correct order of arguments to eq() and neq()
|
2022-04-26 11:38:58 +08:00 |
getcwd_spec.lua
|
|
|
gf_spec.lua
|
refactor: remove E5500, adjust tests
|
2023-01-16 18:03:08 +08:00 |
glob2regpat_spec.lua
|
|
|
global_spec.lua
|
test: use poke_eventloop() instead of sleep(10) where possible (#19794)
|
2022-08-16 15:21:46 +08:00 |
increment_spec.lua
|
docs: fix typos
|
2022-11-02 21:45:26 +08:00 |
insertcount_spec.lua
|
|
|
join_spec.lua
|
|
|
lispwords_spec.lua
|
|
|
listchars_spec.lua
|
docs: fix typos (#18269)
|
2022-06-04 11:56:36 +08:00 |
listlbr_spec.lua
|
vim-patch:9.0.0702: incomplete testing cursor position with 'linebreak' set
|
2022-10-09 19:09:32 +08:00 |
listlbr_utf8_spec.lua
|
|
|
mapping_spec.lua
|
test: use poke_eventloop() instead of sleep(10) where possible (#19794)
|
2022-08-16 15:21:46 +08:00 |
marks_spec.lua
|
|
|
match_spec.lua
|
vim-patch:8.2.4062: match highlighting of tab too short
|
2022-11-24 19:10:00 +08:00 |
memory_usage_spec.lua
|
docs: fix typos (#21427)
|
2023-01-04 07:38:48 +08:00 |
messages_spec.lua
|
vim-patch:9.0.0595: extra newline in messages after a verbose shell message (#20359)
|
2022-09-27 08:29:21 +08:00 |
mksession_spec.lua
|
refactor(options): remove obsolete distinction of "vi" vs "vim" defaults
|
2021-07-14 21:54:19 +02:00 |
move_spec.lua
|
vim-patch:9.0.1279: display shows lines scrolled down erroneously (#22126)
|
2023-02-05 09:37:12 +08:00 |
nested_function_spec.lua
|
|
|
options_spec.lua
|
test: move oldtests to test directory (#22536)
|
2023-03-07 11:13:04 +08:00 |
prompt_buffer_spec.lua
|
vim-patch:9.0.1443: ending Insert mode when accessing a hidden prompt buffer (#22984)
|
2023-04-10 07:33:26 +08:00 |
put_spec.lua
|
vim-patch:9.0.1476: lines put in non-current window are not displayed (#23265)
|
2023-04-23 00:30:52 +08:00 |
qf_title_spec.lua
|
|
|
search_mbyte_spec.lua
|
|
|
search_spec.lua
|
vim-patch:9.0.1309: scrolling two lines with even line count and 'scrolloff' set
|
2023-02-16 08:09:41 +08:00 |
search_stat_spec.lua
|
test: make expect_unchanged() less confusing (#22255)
|
2023-02-15 07:26:55 +08:00 |
signs_spec.lua
|
|
|
source_spec.lua
|
vim-patch:9.0.0969: matchparen highlight is not updated when switching buffers (#21227)
|
2022-11-29 10:17:57 +08:00 |
statusline_spec.lua
|
vim-patch:9.0.1195: restoring KeyTyped when building statusline not tested
|
2023-01-14 20:27:40 +08:00 |
substitute_spec.lua
|
vim-patch:9.0.0457: substitute prompt does not highlight an empty match (#20186)
|
2022-09-13 22:08:01 +08:00 |
syn_attr_spec.lua
|
test(syn_attr_spec): add more information (#21912)
|
2023-01-20 10:03:29 +08:00 |
tabline_spec.lua
|
vim-patch:9.0.1195: restoring KeyTyped when building statusline not tested
|
2023-01-14 20:27:40 +08:00 |
tagcase_spec.lua
|
|
|
textobjects_spec.lua
|
|
|
undolevels_spec.lua
|
|
|
utf8_spec.lua
|
vim-patch:8.2.4152: block insert with double wide character fails
|
2022-02-14 17:29:49 +00:00 |
vimscript_spec.lua
|
vim-patch:8.2.1106: crash when trying to use s: variable in typed command
|
2022-11-05 21:38:36 +08:00 |
visual_mode_spec.lua
|
vim-patch:9.0.0969: matchparen highlight is not updated when switching buffers (#21227)
|
2022-11-29 10:17:57 +08:00 |
window_cmd_spec.lua
|
vim-patch:9.0.1491: wrong scrolling with ls=0 and :botright split (#23333)
|
2023-04-27 09:07:30 +08:00 |
wordcount_spec.lua
|
test: correct order of arguments to eq() and neq()
|
2022-04-26 11:38:58 +08:00 |
writefile_spec.lua
|
|
|