Selaa lähdekoodia

stress the use of viminfo

Marco Hinz 12 vuotta sitten
vanhempi
sitoutus
2e151dd811
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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
 _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
    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
    Additionally, you can define bookmarks, thus entries for files that always
    should be available in the start screen.
    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
 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
    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
    Additionally, you can define bookmarks, thus entries for files that always
    should be available in the start screen.
    should be available in the start screen.