Marco Hinz 12 лет назад
Родитель
Сommit
1f61fb4f07
1 измененных файлов с 9 добавлено и 3 удалено
  1. 9 3
      doc/startify.txt

+ 9 - 3
doc/startify.txt

@@ -28,8 +28,8 @@ CONTENTS                                                     *startify-contents*
 ==============================================================================
 1. Intro                                                        *startify-intro*
 
-Startify is a zero-conf plugin which shows recently used files and sessions
-that were saved to a certain directory.
+Startify is a zero-conf plugin which shows recently used files, bookmarks and
+sessions that were saved to a certain directory.
 
 
 ==============================================================================
@@ -138,12 +138,18 @@ Open the startify buffer.
 "I don't want the start screen to use cursorline!"
 --------------------------------------------------
 
-Startify sets its own filetype 'startify'. Thus one could set buffer-local
+Startify sets its own filetype "startify". Thus one could set buffer-local
 options like this:
 
     autocmd FileType startify setlocal nocursorline
 
 
+"Last recently used files don't seem to get updated at :Startify!"
+-----------------------------------------------------------
+
+It's because Vim loads the list from viminfo only once, at startup.
+
+
 ==============================================================================
 6. About the author                                            *startify-author*