Browse Source

stress the use of viminfo

Marco Hinz 12 năm trước cách đây
mục cha
commit
2e151dd811
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      README.md
  2. 1 1
      doc/startify.txt

+ 1 - 1
README.md

@@ -5,7 +5,7 @@ Startify basically provides two things:
 
 _1)_ If you start Vim without giving any filenames to it (or pipe stuff to it so
    it reads from STDIN), startify will show a small but pretty start screen
-   which shows recently used files and sessions by default.
+   which shows recently used files (using viminfo) and sessions by default.
 
    Additionally, you can define bookmarks, thus entries for files that always
    should be available in the start screen.

+ 1 - 1
doc/startify.txt

@@ -38,7 +38,7 @@ Startify basically provides two things:
 
 1) If you start Vim without giving any filenames to it (or pipe stuff to it so
    it reads from STDIN), startify will show a small but pretty start screen
-   which shows recently used files and sessions by default.
+   which shows recently used files (using viminfo) and sessions by default.
 
    Additionally, you can define bookmarks, thus entries for files that always
    should be available in the start screen.