Penguin

Differences between version 7 and revision by previous author of VimHowto.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 7 Last edited on Monday, September 1, 2003 1:24:44 am by AristotlePagaltzis Revert
Older page: version 6 Last edited on Thursday, July 3, 2003 3:45:25 am by MisterHyde Revert
@@ -84,5 +84,5 @@
 * Look at the help for the 's', or 'substitute' command. This command works similar to 'sed', except it can just work on your selection/range/motion. 
 * :<number> goes to line no. <number>, :$ is the end of file. Alternatively, gg is the start of the file and G is the end of the file. 
 * To read read from stdin invoke Vim like so: 'vim -'. This is very useful to pipe stuff into Vim for later editing. 
 * Best of all are the scripts and useful tips at [http://vim.sf.net]. 
-* SeeAlso ViNotes 
+* See also: ViNotes