neovim/test/functional/options
Björn Linse 4987311fb5 tests/ui: remove unnecessary screen:detach()
It is perfectly fine and expected to detach from the screen just by
the UI disconnecting from nvim or exiting nvim. Just keep detach() in
screen_basic_spec, to get some coverage of the detach method itself.

This avoids hang on failure in many situations (though one could argue
that detach() should be "fast", or at least "as fast as resize",
which works in press-return already).

Never use detach() just to change the size of the screen, try_resize()
method exists for that specifically.
2019-10-13 22:10:42 +02:00
..
autochdir_spec.lua win: enable more functional tests 2018-01-06 17:47:00 +01:00
chars_spec.lua tests/ui: remove unnecessary screen:detach() 2019-10-13 22:10:42 +02:00
defaults_spec.lua findoption_len: treat viminfo/viminfofile as aliases 2019-08-26 09:39:00 +02:00
keymap_spec.lua Update documentation 2018-03-14 10:39:14 +00:00
num_options_spec.lua vim-patch:8.1.1614: 'numberwidth' can only go up to 10 2019-07-05 21:26:46 -04:00
pastetoggle_spec.lua 'pastetoggle': Revert support for multi-key value (#6724) 2017-05-31 13:20:06 +02:00
shortmess_spec.lua swapfile: Always show swap dialog (E325) 2018-09-23 15:58:01 +02:00
tabstop_spec.lua test: tabstop=<big-number> #2838 2017-10-22 14:11:09 +02:00