From 4cbbc3e21ae132e9aae4e079beed4543b9fee997 Mon Sep 17 00:00:00 2001 From: Kamil Winczek Date: Fri, 29 Apr 2016 11:47:04 +0200 Subject: [PATCH] Add Neovim support. Not sure if there is need to check for NVIM_TUI_ENABLE_TRUE_COLOR. --- autoload/search_pulse.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/search_pulse.vim b/autoload/search_pulse.vim index cb9839b..719621a 100644 --- a/autoload/search_pulse.vim +++ b/autoload/search_pulse.vim @@ -20,7 +20,7 @@ func! s:ScrubPattern(s) endf func! s:Initialize() - let gui_running = has('gui_running') + let gui_running = has('gui_running') || has('nvim') " Color list: " http://vim.wikia.com/wiki/Xterm256_color_names_for_console_Vim