yoswink 05/05/12 01:17:17 Modified: xml/htdocs/doc/en vi-guide.xml Log: #91525 A bit of code out of proper label. Also changed date to valid format.
Revision Changes Path 1.13 +4 -4 xml/htdocs/doc/en/vi-guide.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/vi-guide.xml?rev=1.13&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/vi-guide.xml?rev=1.13&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/vi-guide.xml.diff?r1=1.12&r2=1.13&cvsroot=gentoo Index: vi-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/vi-guide.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- vi-guide.xml 26 Aug 2004 17:39:17 -0000 1.12 +++ vi-guide.xml 12 May 2005 01:17:17 -0000 1.13 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vi-guide.xml,v 1.12 2004/08/26 17:39:17 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vi-guide.xml,v 1.13 2005/05/12 01:17:17 yoswink Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/vi-guide.xml"> @@ -20,8 +20,8 @@ catering to beginners. </abstract> -<version>1.1.5</version> -<date>August 26, 2004</date> +<version>1.1.6</version> +<date>2005-05-12</date> <chapter> <title>Getting Started</title> @@ -692,7 +692,7 @@ (control-d) to move one indent level to the left, and <c><CTR>t</c> (control-t) to move one indent level to the right. If autoindent wasn't enabled automatically, you can manually enable it -by typing in the <e>ex</e> command <c>:set</c> autoindent. You can +by typing in the <e>ex</e> command <c>:set autoindent</c>. You can also tell vi to set the tab size to your favorite setting by using the <c>:set tabstop</c> command; <c>:set tabstop=4</c> is quite popular. </p> -- [email protected] mailing list
