Skip to content

Commit c2e1ab0

Browse files
C.D. MacEachernautozimu
authored andcommitted
Update LanguageClient.txt
Checking for nvim builtin function 'nvim_open_win' always fails with 0 without asterisk in front of it to tell exists() that it is a function.
1 parent 8c3b74e commit c2e1ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/LanguageClient.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ When the value is set to 1, |LanguageClient#textDocument_hover()| opens
381381
documentation in a floating window instead of preview.
382382
This variable is effective only when the floating window feature is
383383
supported. Check by running >
384-
:echomsg exists('nvim_open_win')
384+
:echomsg exists('*nvim_open_win')
385385
386386
Default: 1 when a floating window is supported, otherwise 0
387387
Valid Options: 1 | 0

0 commit comments

Comments
 (0)