summaryrefslogtreecommitdiffstats
path: root/runtime/doc/starting.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r--runtime/doc/starting.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index b58dade4ae..c017fb4b79 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -1,4 +1,4 @@
-*starting.txt* For Vim version 7.1. Last change: 2007 Aug 14
+*starting.txt* For Vim version 7.2a. Last change: 2008 Jun 21
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1386,10 +1386,14 @@ using this command: >
vim -c "normal '0"
-In a shell you could make an alias for it: >
+In a csh compatible shell you could make an alias for it: >
alias lvim vim -c '"'normal "'"0'"'
+For a bash-like shell: >
+
+ alias lvim='vim -c "normal '\''0"'
+
Use the "r" flag in 'viminfo' to specify for which files no marks should be
remembered.