mirror of
https://github.com/neovim/neovim.git
synced 2024-12-26 14:11:15 -07:00
451f6046b0
For unknown reasons it does not have the trailing space in `:args` output there anymore: [ FAILED ] test/functional\ex_cmds\arg_spec.lua @ 11: :argument does not restart :terminal buffer test/functional\ex_cmds\arg_spec.lua:25: Expected objects to be the same. Passed in: (string) ' [term://.//4552:C:\Windows\system32\cmd.exe]' Expected: (string) ' [term://.//4552:C:\Windows\system32\cmd.exe] ' stack traceback: test/functional\ex_cmds\arg_spec.lua:25: in function <test/functional\ex_cmds\arg_spec.lua:11> The test is not about that though, and this can be made less strict by using `trim()`. The new test in `test_arglist.vim` for no trailing newline is OK, and contains trailing spaces. So this is likely due to the length of it exceeding the column width already. |
||
---|---|---|
.. | ||
append_spec.lua | ||
arg_spec.lua | ||
cd_spec.lua | ||
cmd_map_spec.lua | ||
ctrl_c_spec.lua | ||
debug_spec.lua | ||
dict_notifications_spec.lua | ||
digraphs_spec.lua | ||
drop_spec.lua | ||
echo_spec.lua | ||
edit_spec.lua | ||
encoding_spec.lua | ||
file_spec.lua | ||
grep_spec.lua | ||
help_spec.lua | ||
highlight_spec.lua | ||
ls_spec.lua | ||
map_spec.lua | ||
menu_spec.lua | ||
mksession_spec.lua | ||
mkview_spec.lua | ||
oldfiles_spec.lua | ||
print_commands_spec.lua | ||
profile_spec.lua | ||
quickfix_commands_spec.lua | ||
quit_spec.lua | ||
script_spec.lua | ||
sign_spec.lua | ||
swapfile_preserve_recover_spec.lua | ||
syntax_spec.lua | ||
undojoin_spec.lua | ||
write_spec.lua | ||
wundo_spec.lua | ||
wviminfo_spec.lua |