From: Sebastian M. <seb...@un...> - 2007-10-13 15:55:00
|
Hi I just added another field to the preferences called "additional options". It allows to supply a string that is appended to the gvim start command. I want to use it for "-u ~/.vprc" which contains the following ATM: --- " include normal .vimrc source .vimrc " remove ugly toolbar and menu set guioptions-=T set guioptions-=m " more eclipse-specific settings to come " ... --- I had to rework the server-start method a bit, so please review the patch I attach below before I commit it. Sebastian. |