Explorar el Código

Merge pull request 60 from @shemerey

Marco Hinz hace 12 años
padre
commit
e8c11b910d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      doc/startify.txt

+ 1 - 1
doc/startify.txt

@@ -242,7 +242,7 @@ Example:
 >
     let g:startify_skiplist = [
            \ '.vimgolf',
-           \ '^/tmp'
+           \ '^/tmp',
            \ '/project/.*/documentation'
            \ ]
 <