On Wed, Jul 24, 2013 at 1:59 PM, anilg wrote: > > $ ps aux | grep vim > > /Applications/MacVim.app/Contents/MacOS/MacVim -psn_0_3105526 > > /Applications/MacVim.app/Contents/MacOS/Vim -g -f +/ -o test.txt > > > > See the plus slash "+/" and the option "-o"? That's the culprits right > there! > > > > Most of the time I'm editing a different file. > > Last pattern search is unwanted and unlikely to match. > > When can I edit out these flags? > > In case anyone got the wrong idea; what I meant was: > > WHERE can I edit the flags that MacVim uses to call vim. >
The "-o" is most likely because you've gone into the preferences and set it to open files "with a split for each file". I thought that was what you wanted? It does not open in separate windows as you wrote earlier. You can get rid of the "-o" flag by choosing "and set the arglist" instead. The "+/" should not be there. I don't know where it is coming from -- are you using the latest snapshot? If not, try updating. Also, go through the Troubleshooting guide [1]. Björn [1] https://github.com/b4winckler/macvim/wiki/Troubleshooting -- -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_mac" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
