Explorar o código

Doc: update refined filter option

Closes #185.
Konfekt %!s(int64=10) %!d(string=hai) anos
pai
achega
7b83d16e27
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',
         \ ]
 <