We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2a4032 + c06ed71 commit 6fcff1dCopy full SHA for 6fcff1d
ftplugin/python/pydocstring.vim
@@ -9,7 +9,7 @@ let s:save_cpo = &cpo
9
set cpo&vim
10
11
" version check
12
-if !has('channel') || !has('job')
+if !has('nvim') && (!has('channel') || !has('job'))
13
echoerr '+channel and +job are required for pydocstring.vim'
14
finish
15
endif
0 commit comments