empty edit to get new username into the history
← Older revision
Revision as of 02:44, December 31, 2010
Line 19:
Line 19:
==Comments==
==Comments==
+
<!-- -->
Adding categories
← Older revision
Revision as of 23:33, December 23, 2010
Line 49:
Line 49:
==Comments==
==Comments==
+
[[Category:Automated Text Insertion]]
Comments: pasting with indent
← Older revision
Revision as of 14:34, November 9, 2010
(One intermediate revision not shown)
Line 136:
Line 136:
*Is there anything helpful we can say about pasting with correct indents? If moving a few lines of code around, I would use normal mode, and would manually fix the indent.
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.
Comments: Order of items in ffs
← Older revision
Revision as of 11:23, September 28, 2010
Line 320:
Line 320:
==Comments==
==Comments==
+
===Order of items in ffs===
+
@Fritzophrenic: In a [http://vim.wikia.com/index.php?title=File_format&diff=28478&oldid=28476 recent edit] you said "order of
Comments: leftover debug output
← Older revision
Revision as of 23:43, November 19, 2010
Line 10:
Line 10:
==Comments==
==Comments==
+
Yes, I know the plugin has a leftover debug '''<tt>echomsg "hello world!"</tt>'''. Sorry about that.
Reviewed, cleaned up repetitive comments and fixed command to be most accurate for all users, merged with duplicate tips, added categories.
← Older revision
Revision as of 23:04, January 7, 2011
Line 1:
Line 1:
-
{{duplicate|765}}
-
{{review}}
{{TipImported
{{TipImported
|id=498
|id=498
Line 13:
Line 1
← 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,
add links to plugins
← Older revision
Revision as of 16:31, November 29, 2010
Line 75:
Line 75:
endfunction
endfunction
</pre>
</pre>
+
+
==Related plugins==
+
*{{script|id=1840}}
+
*{{script|id=1936}}
+
*{{script|id=3227}}
==C