Vim Tips Wiki
Register
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 20: Line 20:
 
I added a command to the popup menu
 
I added a command to the popup menu
   
βˆ’
:amenu PopUp.JavaHelp :!start winhlp32 -k <cword> F:\jdk\winhelp\JDK13.HLP <CR
+
:amenu PopUp.JavaHelp :!start winhlp32 -k &lt;cword&gt; F:\jdk\winhelp\JDK13.HLP &lt;CR
   
 
And also made a keymapping
 
And also made a keymapping
   
βˆ’
map J :!start winhlp32 -k <cword> F:\jdk\winhelp\JDK13.HLP <CR>
+
map J :!start winhlp32 -k &lt;cword&gt; F:\jdk\winhelp\JDK13.HLP &lt;CR&gt;
   
 
==Comments==
 
==Comments==
 
Here is one for ColdFusion programmers on Windows:
 
Here is one for ColdFusion programmers on Windows:
   
βˆ’
map K :!"C:\Program Files\Internet Explorer\iexplore.exe" [http://servername/cfdocs/searchmain.cfm?searchstring=<cword><CR> http://servername/cfdocs/searchmain.cfm?searchstring=<cword><CR>];
+
map K :!"C:\Program Files\Internet Explorer\iexplore.exe" [http://servername/cfdocs/searchmain.cfm?searchstring=<cword><CR> http://servername/cfdocs/searchmain.cfm?searchstring=&lt;cword&gt;&lt;CR&gt;];
   
 
where "servername" is the name of a server that has the ColdFusion documentation installed.
 
where "servername" is the name of a server that has the ColdFusion documentation installed.
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)