Vim Tips Wiki
We recommend that you log in before editing. This will allow other users to leave you a message about your edit, and will let you track edits via your Watchlist. Creating an account is quick and free.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 10: Line 10:
 
:Supports 8 configurable colors and all combinations of formatting attributes (bold, underline, italic, standout, reverse, undercurl).
 
:Supports 8 configurable colors and all combinations of formatting attributes (bold, underline, italic, standout, reverse, undercurl).
 
:Txtfmt highlighting regions can nest within syntax regions created by other plugins such as TVO (The Vim Outliner).
 
:Txtfmt highlighting regions can nest within syntax regions created by other plugins such as TVO (The Vim Outliner).
βˆ’
:Use the <code>:TOhtml</code> command that ships with Vim to create an html version of the txtfmt buffer.
+
:Use the <tt>:TOhtml</tt> command that ships with Vim to create an html version of the txtfmt buffer.
 
:Nearly everything is configurable, with defaults to work "right out of the box".
 
:Nearly everything is configurable, with defaults to work "right out of the box".
 
:Complete documentation is in an extensive Vim help file.
 
:Complete documentation is in an extensive Vim help file.
Line 25: Line 25:
 
:Requires only a recent version of Python.
 
:Requires only a recent version of Python.
 
:Supports updating your Twitter status in Vim, and at the command line.
 
:Supports updating your Twitter status in Vim, and at the command line.
βˆ’
:Easily tweet from inside Vim by selecting text to send. You can select text and type <code>\twit</code> to have that text appear in your Twitter status, or use <code>:%!twit</code> to send the entire current document to Twitter.
+
:Easily tweet from inside Vim by selecting text to send. You can select text and type <tt>\twit</tt> to have that text appear in your Twitter status, or use <tt>:%!twit</tt> to send the entire current document to Twitter.
 
:You can set your username and password in the environment so they don't need to be repeatedly entered.
 
:You can set your username and password in the environment so they don't need to be repeatedly entered.
   
Line 50: Line 50:
 
:Plugin can generate a CSV file listing details of the scripts loaded when Vim starts.
 
:Plugin can generate a CSV file listing details of the scripts loaded when Vim starts.
 
:The list includes timing information to allow optimization of Vim's startup time, for example by delaying calls to functions in autoload files or by making use of the {{script|id=915|text=AsNeeded}} or {{script|id=2917|text=tplugin}} plugins.
 
:The list includes timing information to allow optimization of Vim's startup time, for example by delaying calls to functions in autoload files or by making use of the {{script|id=915|text=AsNeeded}} or {{script|id=2917|text=tplugin}} plugins.
βˆ’
:More precise timings can be obtained using the <code>:profile</code> command. {{help|:profile}}
+
:More precise timings can be obtained using the <tt>:profile</tt> command. {{help|:profile}}
 
:From version 7.3 on, vim has a --startuptime command-line option that can be used to achieve something similar.
 
:From version 7.3 on, vim has a --startuptime command-line option that can be used to achieve something similar.
   
Please note that all contributions to the Vim Tips Wiki are considered to be released under the CC-BY-SA
Cancel Editing help (opens in new window)

Templates used on this page: