yaml.vim indentexpr, unindents on :

2014-06-02 Thread Thomas Bondo Homburg
Hi I'm writing a lot of ansible yaml files and I'm having an issue with the included indent/yaml.vim file in Vim7.4 (ubuntu). When I type a colon, the current line is unindented immediately. See https://asciinema.org/a/9936 for example -- -- You received this message from the vim_use

Keep consistent vim environments across different platforms

2014-06-02 Thread DwigtArmyOfChampions
I have Vim installed on my work PC on a remote Linux server, and I have gVim installed on Windows on my work PC, and I have gVim installed on my home PC, and I have macvim on my laptop. I want all of these different instances of Vim to use the same environment and plugins and vimrc's. I want to

Re: Keep consistent vim environments across different platforms

2014-06-02 Thread Rajarajan Rajamani
Keep your .vimrc on github. Have all your plugins installed/managed via Vundle. Then all you need to have your personalized vim setup on any machine is to git clone your .vimrc and fire Vundle via BundleInstall to setup all your plugins. On Mon, Jun 2, 2014 at 9:46 PM, DwigtArmyOfChampions

Re: Keep consistent vim environments across different platforms

2014-06-02 Thread Павлов Николай Александрович
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On June 3, 2014 5:46:40 AM GMT+03:00, DwigtArmyOfChampions dwightarmyofchampi...@hotmail.com wrote: I have Vim installed on my work PC on a remote Linux server, and I have gVim installed on Windows on my work PC, and I have gVim installed on my

Re: Keep consistent vim environments across different platforms

2014-06-02 Thread Gary Johnson
On 2014-06-02, DwigtArmyOfChampions wrote: I have Vim installed on my work PC on a remote Linux server, and I have gVim installed on Windows on my work PC, and I have gVim installed on my home PC, and I have macvim on my laptop. I want all of these different instances of Vim to use the same