neovim/test/functional
Jan Edmund Lazo 3d6584223d
vim-patch:8.2.0131: command line is not cleared when switching tabs
Problem:    Command line is not cleared when switching tabs and the command
            line height differs.
Solution:   Set the "clear_cmdline" flag when needed. (Naruhiko Nishino,
            closes vim/vim#5495)
479950f6c9
2020-10-29 18:36:38 -04:00
..
api api: nvim_buf_delete 2020-10-22 16:08:32 -04:00
autocmd Add v:event.visual during TextYankPost (#12382) 2020-06-03 10:51:25 -04:00
autoread removed retry 2020-07-03 00:55:14 +05:30
cmdline
core A Mudholland Dr. Recast 2020-10-19 21:48:06 +02:00
eval A Mudholland Dr. Recast 2020-10-19 21:48:06 +02:00
ex_cmds A Mudholland Dr. Recast 2020-10-19 21:48:06 +02:00
fixtures lsp: only send buf requests to servers that support the request (#12764) 2020-10-25 00:28:15 -04:00
insert edit.c: Ensure undo sync when emulating <Esc>x #11706 2020-01-12 17:09:39 -08:00
legacy vim-patch:8.2.0131: command line is not cleared when switching tabs 2020-10-29 18:36:38 -04:00
lua Merge pull request #12053 from tjdevries/tjdevries/nicer_validate 2020-10-17 16:47:18 -04:00
normal Treat unmapped ALT/META as ESC+c in all modes 2020-10-05 15:27:04 -04:00
options win/env: fix stdpath()/XDG_* initialization, parsing #12829 2020-09-07 22:40:12 -07:00
plugin lsp: fix fallback for callback in method_unsupported 2020-10-25 08:17:34 -04:00
provider vim-patch:8.1.1056: no eval function for Ruby 2020-10-21 10:20:21 -07:00
shada shada: fix failed assertion on exit (#12692) 2020-07-31 16:08:34 +02:00
terminal A Mudholland Dr. Recast 2020-10-19 21:48:06 +02:00
ui vim-patch:8.2.0131: command line is not cleared when switching tabs 2020-10-29 18:36:38 -04:00
viml A Mudholland Dr. Recast 2020-10-19 21:48:06 +02:00
visual Treat unmapped ALT/META as ESC+c in all modes 2020-10-05 15:27:04 -04:00
example_spec.lua
helpers.lua A Mudholland Dr. Recast 2020-10-19 21:48:06 +02:00
preload.lua