On Nov 3, 1:43 pm, Parker Jones <[email protected]> wrote: > Changing settings is something that I and perhaps many other users don't do > often, so it's less familiar than other parts of vim. It would be a great > development if it were easier to change settings by having a curses menu > driven interface (obviously without replacing the existing command line > input).
A curses menu implementation is provided with this library: http://www.vim.org/scripts/script.php?script_id=2606 It requires Python with ncurses. If you want to use the same menus and other extras in gvim, a patch for if_python is required. A newer (pre-release) version is also available at http://sourceforge.net/projects/vimuiex/ http://vimuiex.sourceforge.net Marko --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
