mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
Improve formatting and naming consistency of the syntax tests. closes: #17850 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
11 lines
333 B
VimL
11 lines
333 B
VimL
" Neovim variable highlighting
|
|
" VIM_TEST_SETUP let g:vimsyn_vim_features = ["nvim"]
|
|
|
|
|
|
echo v:lua v:msgpack_types v:relnum v:stderr v:termrequest v:virtnum
|
|
|
|
echo &channel &inccommand &mousescroll &pumblend &redrawdebug &scrollback
|
|
echo &shada &shadafile &statuscolumn &termpastefilter &termsync &winbar
|
|
echo &winblend &winhighlight
|
|
|