diff options
author | Teddy Wing | 2014-05-28 22:31:04 -0400 |
---|---|---|
committer | Teddy Wing | 2014-05-28 22:31:04 -0400 |
commit | 6029bc7f47787479669ce25e011f24303c1adc59 (patch) | |
tree | 9828b67594e3b9aaaba5db93cfa5a7d05e472174 /bundle | |
parent | c57c5f3414c70ec26fa1c2e28da4523ca19cebed (diff) | |
download | dotvim-6029bc7f47787479669ce25e011f24303c1adc59.tar.bz2 |
vimrc: figured out how to set b:did_ftplugin properly
I did need to set `b:did_ftplugin` in an autocmd. Without doing so I
was only setting it for the first opened buffer, and subsequent buffers
would have filetype plugins enabled. I'm surprised that I didn't realise
it until today. Figured out that I should be setting the autocmd on
BufReadPre in order to get the variable set properly for all buffers
that I open.
Diffstat (limited to 'bundle')
0 files changed, 0 insertions, 0 deletions