diff runtime/doc/starting.txt @ 1623:53938adac247

updated for version 7.2a
author vimboss
date Tue, 24 Jun 2008 22:14:38 +0000
parents 53b2bedccfdf
children 0b796e045c42
line wrap: on
line diff
--- 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.