diff --git a/README.md b/README.md index 218d5ea..0ef970b 100644 --- a/README.md +++ b/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. diff --git a/doc/startify.txt b/doc/startify.txt index c194380..2d86463 100644 --- a/doc/startify.txt +++ b/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.