Skip to content

Commit 5497e8a

Browse files
authored
Only start the plugin for Neovim
1 parent 6d6d2f5 commit 5497e8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugin/socketrepl.vim

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,7 @@ if !exists('g:disable_socket_repl_mappings')
117117
endif
118118

119119
if !exists('g:manually_start_socket_repl_plugin')
120-
call StartIfNotRunning()
120+
if has("nvim")
121+
call StartIfNotRunning()
122+
endif
121123
endif

0 commit comments

Comments
 (0)