Version: 0.7
Tracker id: 2816683
svn revision: 33

Problem:
    Replace the ``vimcmd`` environment variable with the ``EDITOR``
    environment variable.

Solution:

* The installation process uses the ``EDITOR`` environment variable when
  attempting to configure Vim, and falls back to ``gvim`` when ``EDITOR`` does
  not exist (``gvim`` must be in the ``PATH``).
* Pyclewn uses the following pathname when spawning the Vim process:
  + the name of the ``--editor`` option on the command line
  + the ``EDITOR`` environment variable when ``--editor`` is not defined on
    the command line
  + ``gvim`` when ``EDITOR`` does not exist

------------------------------------------------------------------------------
_______________________________________________
Pyclewn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyclewn-general

Reply via email to