spf13-vim icon indicating copy to clipboard operation
spf13-vim copied to clipboard

The ultimate vim distribution

Results 101 spf13-vim issues
Sort by recently updated
recently updated
newest added

Found some spelling mistakes - `blatently` > `blatantly` `itegration` > `integration`

No longer hosted at amirh/HTML-AutoCloseTag

In the javascript bundle I've added the typescript plugin from https://github.com/leafgarland/typescript-vim No other settings or overrides have been made. Addresses issue #979.

rm dir should add -r param

``` 1. "let g:override_spf13_bundles = 1" should be placed in ".vimrc.before.local", since ".vimrc.bundles.local" source too late. 2. ".vimrc.before.local" is the only choice for this local customize. At last, I have...

replaced the dead link on tutorials. The linked Heroku app is [long-dead](https://github.com/nelstrom/vim-walking-without-crutches/issues/2). The linked presentation is same author, but [updated on the same topic](https://github.com/nelstrom/vim-walking-without-crutches#update).

When editing .vimrc in vim. The folds are incorrect due to { is used in the config lines. Change to use {{,}} so that vim can correctly recognize the folds.