neovim/test/functional/legacy
zeertzjq fe159d23fd
vim-patch:9.0.0071: command overlaps with printed text in scrollback (#19505)
Problem:    Command overlaps with printed text in scrollback.
Solution:   Clear until end-of-line and use correct message chunk.
            (closes vim/vim#10765, closes vim/vim#10764)
ecdc82e74e

N/A patches for version.c:

vim-patch:9.0.0070: using utfc_ptr2char_len() when length is negative

Problem:    Using utfc_ptr2char_len() when length is negative.
Solution:   Check value of length. (closes vim/vim#10760)
4dc513a22c
2022-07-26 07:30:33 +08:00
..
002_filename_recognition_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
004_bufenter_with_modelines_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
005_bufleave_delete_buffer_spec.lua A Mudholland Dr. Recast 2020-10-19 21:48:06 +02:00
006_argument_list_spec.lua A Mudholland Dr. Recast 2020-10-19 21:48:06 +02:00
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 fix: remove unneeded gzip check 2021-11-19 13:45:41 +09:00
012_directory_spec.lua fix(tests): check for EOF on exit of nvim properly 2022-06-13 10:15:44 +02:00
015_alignment_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
018_unset_smart_indenting_spec.lua functests: Refactor legacy/018_unset_smart_indenting_spec 2017-04-08 22:02:44 +03:00
019_smarttab_expandtab_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
020_blockwise_visual_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
021_control_wi_spec.lua doc: fix typos [ci skip] #11787 2020-01-30 22:56:34 -08:00
023_edit_arguments_spec.lua A Mudholland Dr. Recast 2020-10-19 21:48:06 +02:00
025_jump_tag_hidden_spec.lua win: enable legacy test 025 2018-02-19 07:10:41 -05:00
026_execute_while_if_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
028_source_ctrl_v_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
029_join_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
030_fileformats_spec.lua A Mudholland Dr. Recast 2020-10-19 21:48:06 +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 A Mudholland Dr. Recast 2020-10-19 21:48:06 +02:00
034_user_function_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
035_increment_and_decrement_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
036_regexp_character_classes_spec.lua A Mudholland Dr. Recast 2020-10-19 21:48:06 +02:00
038_virtual_replace_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
039_visual_block_mode_commands_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
043_magic_settings_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
044_099_regexp_multibyte_magic_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
045_folding_spec.lua A Mudholland Dr. Recast 2020-10-19 21:48:06 +02:00
046_multi_line_regexps_spec.lua functests: Check logs in lua code 2016-06-10 21:50:49 +03:00
051_highlight_spec.lua A Mudholland Dr. Recast 2020-10-19 21:48:06 +02:00
054_buffer_local_autocommands_spec.lua functests: Refactor legacy/054_buffer_local_autocommands_spec 2017-04-08 22:33:02 +03:00
055_list_and_dict_types_spec.lua vim-patch:8.2.1925: list/dict test fails 2020-11-01 09:28:33 -05:00
056_script_local_function_spec.lua functests: Check logs in lua code 2016-06-10 21:50:49 +03:00
057_sort_spec.lua A Mudholland Dr. Recast 2020-10-19 21:48:06 +02:00
060_exists_and_has_functions_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
061_undo_tree_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
062_tab_pages_spec.lua functests: Fix legacy/062_tab_pages_spec 2017-04-09 03:24:10 +03:00
063_match_and_matchadd_spec.lua refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
065_float_and_logic_operators_spec.lua functests: Fix linter errors 2017-04-09 03:31:13 +03:00
066_visual_block_tab_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
067_augroup_exists_spec.lua functests: Fix legacy/067_augroup_exists_spec 2017-04-09 03:24:15 +03:00
068_text_formatting_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
069_multibyte_formatting_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
072_undo_file_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
074_global_var_in_viminfo_spec.lua A Mudholland Dr. Recast 2020-10-19 21:48:06 +02:00
075_maparg_spec.lua A Mudholland Dr. Recast 2020-10-19 21:48:06 +02:00
078_swapfile_recover_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
080_substitute_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
081_coptions_movement_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
082_string_comparison_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
083_tag_search_with_file_encoding_spec.lua functests: Check logs in lua code 2016-06-10 21:50:49 +03:00
088_conceal_tabs_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
090_sha256_spec.lua functests: Check logs in lua code 2016-06-10 21:50:49 +03:00
091_context_variables_spec.lua buffer: Bind b:changedtick to b:['changedtick'], remove special cases 2017-02-23 19:46:44 +03:00
092_mksession_cursor_cols_utf8_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
093_mksession_cursor_cols_latin1_spec.lua win: enable legacy test 093 2018-02-19 07:10:43 -05:00
094_visual_mode_operators_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
095_regexp_multibyte_spec.lua vim-patch:8.2.0010: test64 is old style 2019-12-16 19:38:29 -05:00
096_location_list_spec.lua test: robust cleanup, unique filenames #7950 (#7950) 2018-02-01 03:12:37 +01:00
097_glob_path_spec.lua vim-patch:8.1.1143: may pass weird strings to file name expansion 2020-01-26 17:38:30 -05:00
101_hlsearch_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
102_fnameescape_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
103_visual_mode_reset_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
106_errorformat_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
107_adjust_window_and_contents_spec.lua A Mudholland Dr. Recast 2020-10-19 21:48:06 +02:00
108_backtrace_debug_commands_spec.lua vim-patch:8.1.0550: expression evaluation may repeat an error message 2018-11-30 23:35:36 -05:00
arglist_spec.lua test: deal with RPC call causing Nvim to exit later 2022-07-19 19:41:07 +08:00
assert_spec.lua feat(test): use nvim_exec in helpers.source() #16064 2022-03-27 10:25:55 -07:00
autochdir_spec.lua test(autochdir_spec): use better patterns 2022-03-07 06:43:03 +08:00
autocmd_option_spec.lua vim-patch:8.1.1542: an OptionSet autocommand does not get enough info 2021-11-22 15:50:14 +08:00
autoformat_join_spec.lua A Mudholland Dr. Recast 2020-10-19 21:48:06 +02:00
changelist_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
charsearch_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
close_count_spec.lua A Mudholland Dr. Recast 2020-10-19 21:48:06 +02:00
cmdline_spec.lua fix(tests): update legacy tab switch test to be sane 2022-04-05 16:50:11 +02:00
command_count_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
comparators_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03: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 [RFC] vim-patch:8.1.1378: delete() can not handle a file name that looks li… (#16268) 2022-04-03 20:27:46 +08:00
display_spec.lua docs: fix typos (#18269) 2022-06-04 11:56:36 +08:00
edit_spec.lua vim-patch:8.2.2643: various code not covered by tests 2022-07-16 22:46:54 +08:00
erasebackword_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
eval_spec.lua test(old): revert changes from ed88ca7503 2022-04-29 15:51:03 +08:00
ex_mode_spec.lua fix(exmode): flush messages before printing a line after pressing Enter (#19341) 2022-07-13 09:06:31 +08:00
excmd_spec.lua test: deal with RPC call causing Nvim to exit later 2022-07-19 19:41:07 +08:00
filechanged_spec.lua vim-patch:8.2.0203: :helptags and some other functionality not tested 2022-07-12 11:52:47 +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
function_sort_spec.lua test: correct order of arguments to eq() and neq() 2022-04-26 11:38:58 +08:00
getcwd_spec.lua win: enable legacy/getcwd_spec.lua 2018-02-19 07:10:43 -05:00
glob2regpat_spec.lua functests: Fix linter errors 2017-04-09 03:31:13 +03:00
increment_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
insertcount_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
join_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
lispwords_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
listchars_spec.lua docs: fix typos (#18269) 2022-06-04 11:56:36 +08:00
listlbr_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
listlbr_utf8_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
mapping_spec.lua vim-patch:8.2.5064: no test for what 8.1.0052 fixes (#18881) 2022-06-07 00:19:57 +08:00
marks_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
memory_usage_spec.lua feat(test): use nvim_exec in helpers.source() #16064 2022-03-27 10:25:55 -07:00
messages_spec.lua vim-patch:9.0.0071: command overlaps with printed text in scrollback (#19505) 2022-07-26 07:30:33 +08:00
mksession_spec.lua refactor(options): remove obsolete distinction of "vi" vs "vim" defaults 2021-07-14 21:54:19 +02:00
nested_function_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
options_spec.lua fix(options): disallow empty 'fdc' and 'scl' (#16765) 2021-12-24 22:30:34 -07:00
prompt_buffer_spec.lua fix(tests): fix some screen.lua warnings 2022-05-21 23:07:34 +02:00
put_spec.lua vim-patch:8.2.3661: test for put with large count fails 2022-02-18 09:48:35 +08:00
qf_title_spec.lua functests: Check logs in lua code 2016-06-10 21:50:49 +03:00
search_mbyte_spec.lua A Mudholland Dr. Recast 2020-10-19 21:48:06 +02:00
search_spec.lua vim-patch:8.2.2797: Search highlight disappears in the Visual area (#17947) 2022-05-13 21:20:15 +08:00
search_stat_spec.lua vim-patch:8.2.4378: incsearch HL broken when calling searchcount in 'tabLine' (#19147) 2022-06-29 19:34:37 +08:00
signs_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
statusline_spec.lua docs: fix typos (#18269) 2022-06-04 11:56:36 +08:00
tagcase_spec.lua test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
textobjects_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
undolevels_spec.lua vim-patch:7.4.1740 2016-09-22 01:46:30 +07:00
utf8_spec.lua vim-patch:8.2.4152: block insert with double wide character fails 2022-02-14 17:29:49 +00:00
visual_mode_spec.lua vim-patch:8.2.3095: with 'virtualedit' set to "block" block selection is wrong 2022-01-27 18:55:21 +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 functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00