mirror of
https://github.com/amix/vimrc
synced 2025-06-30 11:54:59 +08:00
Updated plugins
This commit is contained in:
@ -48,5 +48,6 @@ additional contributions from:
|
||||
* [steveno](https://github.com/steveno)
|
||||
* [taq](https://github.com/taq)
|
||||
* [thisgeek](https://github.com/thisgeek)
|
||||
* [tomushkin](https://github.com/tomushkin)
|
||||
* [trusktr](https://github.com/trusktr)
|
||||
* [Xandaros](https://github.com/Xandaros)
|
||||
|
@ -42,7 +42,7 @@ function! snipMate#expandSnip(snip, version, col) abort
|
||||
|
||||
" Open any folds snippet expands into
|
||||
if &foldenable
|
||||
silent! exec lnum . ',' . (lnum + len(snipLines) - 1) . 'foldopen'
|
||||
silent! exec lnum . 'foldopen!'
|
||||
endif
|
||||
|
||||
aug snipmate_changes
|
||||
|
Reference in New Issue
Block a user