remote_send - client ids - all lost on busy server

2015-09-30 Thread David Fishburn
:ver VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Sep 23 2015 09:51:11) MS-Windows 32-bit GUI version with OLE support Included patches: 1-873 Thanks for all the help so far, I making it farther using the clientserver features of Vim. The general flow is this: 1. A different Vim instance

Re: vimdiff options by file type?

2015-09-30 Thread David Woodfall
On 2015-09-29, dbr517 wrote: I would like to set different vimdiff options by filetype . . . in particular, I would like to ignore whitespace by default, but NOT ignore whitespace for python files. I added the following to the rc file, but I still get "iwhite" set in diffopt for python files:

RE: vimdiff options by file type?

2015-09-30 Thread John Beckett
David Woodfall wrote: > Sorry for going off topic a little, but is the order that > .vimrc, .vim/plugin/* etc. are read listed somewhere? For more detail than can be digested: :help startup John -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply

Re: vimdiff options by file type?

2015-09-30 Thread David Woodfall
David Woodfall wrote: Sorry for going off topic a little, but is the order that .vimrc, .vim/plugin/* etc. are read listed somewhere? For more detail than can be digested: :help startup John Thanks. Lots of info there. -D -- -- You received this message from the "vim_use" maillist. Do

Re: Highlight if-else-endif structures in Vim

2015-09-30 Thread Fabian Nick
I wrote my own (first) Vim plugin that does this (at least for FORTRAN, which is my use-case): https://github.com/fpnick/flowhighlight Feel free to give it a try and/or extend it to your needs. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below