neovim/test/functional
Justin M. Keyes 6f7b81bd6d
vim-patch:8.1.{0849,1001}: 'cursorline' highlight #9757
- Lua test correctly fails when 8.1.0849 is reverted.
- 8.1.1001 bug does not manifest in Neovim.

vim-patch:8.1.0849: cursorline highlight is not always updated
Problem:    Cursorline highlight is not always updated.
Solution:   Set w_last_cursorline when redrawing.  Fix resetting cursor flags
            when using the popup menu.
c07ff5c60a

vim-patch:8.1.1001: Visual area not correct when using 'cursorline'
Problem:    Visual area not correct when using 'cursorline'.
Solution:   Update w_last_cursorline also in Visual mode. (Hirohito Higashi,
            closes vim/vim#4086)
8156ed3755
2019-03-19 12:24:41 +01:00
..
api aucmd_prepbuf: also restore prevwin #9741 2019-03-17 02:09:06 +01:00
autocmd autocmd: do not show empty section after ++once handlers expire 2019-03-14 01:30:11 +01:00
clipboard clipboard: Support custom VimL functions #9304 2018-12-03 00:07:08 +01:00
cmdline
core startup: Use $XDG_CONFIG_DIRS/nvim/sysinit.vim if it exists 2018-12-16 12:05:47 -05:00
eval test/env: multibyte env var to child process 2019-02-28 22:40:11 +01:00
ex_cmds dictwatcheradd(): support b:changedtick #9693 2019-03-14 00:38:56 +01:00
fixtures test/env: multibyte env var to child process 2019-02-28 22:40:11 +01:00
insert insert-mode: interpret unmapped META as ESC 2018-04-04 03:23:15 +02:00
legacy API: don't directly call update_screen() in API functions 2019-01-08 23:31:48 +01:00
lua Merge #9686 'win/Lua: monkey-patch os.getenv()' 2019-03-16 20:28:52 +01:00
normal tests: improve robustness of immediate successes in screen tests 2018-10-15 20:13:11 +02:00
options vim-patch:8.0.1114: default for 'iminsert' is annoying 2019-02-03 09:52:13 -05:00
plugin functionaltest: win: enable shada FileWriteCmd 2018-10-31 22:55:07 -04:00
provider provider: improve error message if provider is missing (#9487) 2019-01-12 00:52:12 +01:00
shada startup: always wait for UI with --embed, unless --headless also is supplied 2018-09-22 10:18:28 +02:00
spell
terminal test: simplify TUI bg-detection test 2019-03-15 05:26:41 +01:00
ui vim-patch:8.1.{0849,1001}: 'cursorline' highlight #9757 2019-03-19 12:24:41 +01:00
viml autocmd: add MenuPopupChanged autocmd 2019-03-15 04:24:41 +08:00
example_spec.lua vim-patch:8.1.{0849,1001}: 'cursorline' highlight #9757 2019-03-19 12:24:41 +01:00
helpers.lua Merge #9292 from mhinz/xcode10 2019-01-17 23:24:03 +01:00
preload.lua