sponsor Vim development Vim logo Vim Book Ad

basic Tip #328: Vim in Microsoft Visual Foxpro

 tip karma   Rating 0/4, Viewed by 1038 

created:   September 18, 2002 22:53      complexity:   basic
author:   Stanislav Sitar      as of Vim:   5.7

You can tell MS VFP to use an external
editor for editing project files.
To tell MS VFP to use Vim:

start regedit
locate
[HKEY_CURRENT_USER
\Software
  \Microsoft
   \VisualFoxPro
    \5.0
     \Options]

and create a new item
TEDIT
with string content
"/N C:\Progra~1\vim\vim61\gvim.exe"
(or whatever your path to Vim happens to be.)

This will not replace the internal VFP
editor for such things as modifying the
"click method" for a button
(unfortunately),
but when you modify a program, VFP will
fire up gvim.

Start MS VFP, start Help and
look for TEDIT. ;-)

 rate this tip  Life Changing Helpful Unfulfilling 

<<key mappings | A map for swapping words >>

Additional Notes

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to [email protected] after searching the archive. Help Bram help Uganda.
Sponsored by Web Concept Group Inc. SourceForge Logo