mirror of
https://github.com/neovim/neovim.git
synced 2026-02-18 01:18:34 +00:00
Problem: "verbose hi Name" reports incorrect info after ":hi clear". Solution: Store the script context. (Antony Scriven, closes vim/vim#6975)e8df010498Also adds src/nvim/testdir/script_util.vim which originates from patch 8.2.1366 (a6296200bd) because some tests in test_highlight.vim use it for testing :verbose. Should merge this and older related patches later. Also, fix collateral damage to test_options.vim test_options tests for file name completion in the test directory, but since we've added a new file, the test output is now different. This test is slightly different from upstream anyway, so for now we just add the file name. This may change when more upstream patches are added which alter this test.