Parcourir la source

Doc: update refined filter option

Closes #185.
Konfekt il y a 10 ans
Parent
commit
7b83d16e27
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      doc/startify.txt

+ 1 - 1
doc/startify.txt

@@ -248,7 +248,7 @@ At the moment only git, hg, bzr and svn are supported.
 >
     let g:startify_skiplist = [
         \ 'COMMIT_EDITMSG',
-        \ escape(fnamemodify($VIMRUNTIME, ':p'), '\') .'doc',
+        \ escape(fnamemodify(resolve($VIMRUNTIME), ':p'), '\') .'doc',
         \ 'bundle/.*/doc',
         \ ]
 <