Comments:
← Older revision
Revision as of 00:17, October 24, 2010
Line 69:
Line 69:
-- David Moore 2010-10-24
-- David Moore 2010-10-24
+
+
+
----
+
+
That would be perfect, thanks David.
+
+
-- Alec Thomas 2010-10-24
Comments: needs GUI colors
← Older revision
Revision as of 15:07, September 23, 2010
Line 2:
Line 2:
==Comments==
==Comments==
+
This color scheme has no colors defined for the GUI, which means I will probably not be using it. This is a pity, the screenshot on the vim.org script page looks fairly nice.
← Older revision
Revision as of 15:35, November 29, 2010
(One intermediate revision not shown)
Line 13:
Line 13:
Maxim Kim.
Maxim Kim.
+
+
''upd.''
+
+
This is fixed.
+
<pre>[mailto:HisEmail@here.com EMAIL]
+
or
+
mailto:His
← Older revision
Revision as of 23:37, December 7, 2010
Line 11:
Line 11:
|category2=
|category2=
}}
}}
+
+
__TOC__
+
Vim recognizes three file formats (unix, dos, mac) that determine what line ending characters (line terminators) are removed from each line when a file is read, or a
Comments:
← Older revision
Revision as of 16:24, November 9, 2010
Line 13:
Line 13:
Maxim Kim.
Maxim Kim.
+
+
----
+
+
I'm wondering if it would be possible to achieve the following:
+
I would like to use Viki as a journal, documenting - among other thin
reply
← Older revision
Revision as of 08:47, August 29, 2010
Line 1:
Line 1:
+
==Why Vim?==
I want to use VIM since I want to edit text file faster than now. I heard that if I use VIM, I can edit text file much faster than now. Is there any body who can tell me why VIM can offer fast editing capability?
http://frettelni.t35.com
← Older revision
Revision as of 14:44, November 25, 2010
Line 1:
Line 1:
-
{{review}}
-
{{duplicate|21}}
-
{{TipImported
-
|id=984
-
|previous=983
-
|next=986
-
|created=2005
-
|complexity=basic
-
|author=JimD
&nbs
← Older revision
Revision as of 01:04, September 7, 2010
Line 112:
Line 112:
set errorformat=%m\ in\ %f\ on\ line\ %l
set errorformat=%m\ in\ %f\ on\ line\ %l
+
</pre>
+
+
----
+
I used to do <code>:!php -l %</code>.
← Older revision
Revision as of 12:43, September 30, 2010
Line 61:
Line 61:
Note that the C-U is necessary to support the ranges and as far as I could tell the '<tt>."\e"</tt>' was unnecessary, so I removed it
Note that the C-U is necessary to support the ranges and as far as I could tell the '<tt>."\e"</tt>' was unnecessary,