mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
test: typing for helpers.meths
This commit is contained in:
@@ -26,7 +26,7 @@ describe('quickfix selection highlight', function()
|
||||
[12] = { foreground = Screen.colors.Brown, background = Screen.colors.Fuchsia },
|
||||
})
|
||||
|
||||
meths.set_option_value('errorformat', '%m %l', {})
|
||||
meths.nvim_set_option_value('errorformat', '%m %l', {})
|
||||
command('syntax on')
|
||||
command('highlight Search guibg=Green')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user