Re: Switching syntax highlighting

2015-10-29 Thread Charles E Campbell
sycc wrote: > Hello all! > I'm trying to write a function for switching between the current > buffer syntax highlighting and whitespace, but I'm really new to vim > scripting and such and am having a hard time. > I switch to whitespace syntax highlighting and back quite frequently. > However, it's

Re: vim: yaml syntax highlighting, Problem with variables

2015-10-29 Thread Nikolay Pavlov
2015-10-29 17:52 GMT+03:00 Thomas Bodine -X (tbodine - KFORCE INC at Cisco) : > > > Nikolai > > > > There appears to be a problem with coloring variables in vim with Ansible > yaml files, at least to me > > > > Whenever an Ansible variable appears the first double-quote is *ignored * and > the sec

Re: Switching syntax highlighting

2015-10-29 Thread sycc
Nice, thanks a lot! Since I'm so new to all this I'm going to have to go through that script (as short as it may be) until I fully understand it... but I'm not complaining. Not to mention I didn't know I could set different syntaxes for the same buffer, that might really come in handy in the fu

Re: How to avoid zip.vim being used when docx2txt is installed to open docx files?

2015-10-29 Thread Enno
Le mardi 24 mars 2015 16:09:09 UTC+1, Charles Campbell a écrit : > Peng Yu wrote: > >> Modify g:zipPlugin_ext to hold whichever suffices you want zip.vim to > >> handle and put it into your .vimrc. This change will take effect only in > >> subsequent instances of vim, not a currently running one

Re: Switching syntax highlighting

2015-10-29 Thread Tony Mechelynck
On Thu, Oct 29, 2015 at 11:24 PM, sycc wrote: > Nice, thanks a lot! > Since I'm so new to all this I'm going to have to go through that script (as > short as it may be) until I fully understand it... but I'm not complaining. > Not to mention I didn't know I could set different syntaxes for the sam