Improved command to call the gvim editor, as suggested by Mikolaj Machowski

svn path=/trunk/kdegraphics/kdvi/; revision=224800
This commit is contained in:
Stefan Kebekus 2003-05-09 10:28:43 +00:00
parent 011d24b89c
commit 5d27f5cec0

View file

@ -55,7 +55,7 @@ optionDialogSpecialWidget::optionDialogSpecialWidget( QWidget* parent, const ch
editorDescriptionString += i18n("NEdit perfectly supports inverse search.");
editorNameString += "VIM - Vi IMproved / GUI";
editorCommandString += "gvim --servername kdvi --remote +%l %f";
editorCommandString += "gvim --servername KDVI --remote-silent +%l %f";
editorDescriptionString += i18n("VIM version 6.0 or greater works just fine.");
editorNameString += "XEmacs / gnuclient";