vimdiff options by file type?

2015-09-29 Thread dbr517
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: set diffopt+=iwhite if ==

Re: vimdiff options by file type?

2015-09-29 Thread Gary Johnson
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

Re: vimdiff options by file type?

2015-09-29 Thread dbr517
On Tuesday, September 29, 2015 at 11:04:25 AM UTC-4, Gary Johnson wrote: > 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

Re: Capitalizing SQL keywords

2015-09-29 Thread David Fishburn
> > > Thanks for the multiple suggestions. I particularly liked David > Fishburn's suggestion; I am now motivated to learn Vimscript to hack his > plugin to my particular formating fancy > The plugin is configurable (to a point), so feel free to start a dialogue on it. David -- -- You

Re: Capitalizing SQL keywords

2015-09-29 Thread Sonny
Hey Guys, Thanks for the multiple suggestions. I particularly liked David Fishburn's suggestion; I am now motivated to learn Vimscript to hack his plugin to my particular formating fancy On Fri, Sep 25, 2015 at 4:48 PM, Josef Fortier wrote: > On Wednesday,