We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 825853f + 670b541 commit b1f7ca4Copy full SHA for b1f7ca4
ftplugin/fish.vim
@@ -29,7 +29,7 @@ endif
29
" Use the 'man' wrapper function in fish to include fish's man pages.
30
" Have to use a script for this; 'fish -c man' would make the the man page an
31
" argument to fish instead of man.
32
-execute 'setlocal keywordprg=fish\ '.expand('<sfile>:p:h:h').'/bin/man.fish'
+execute 'setlocal keywordprg=fish\ '.escape(expand('<sfile>:p:h:h'), ' ').'/bin/man.fish'
33
34
let b:match_words =
35
\ escape('<%(begin|function|if|switch|while|for)>:<end>', '<>%|)')
0 commit comments