luan / vimfiles

The Vim Configuration. Uses vim-plug to manage plugins.
172 stars 58 forks source link

Put markdown and nerdtree autocmds in groups #127

Closed danail-branekov closed 6 years ago

danail-branekov commented 6 years ago

Recent travis builds fail with

config/lang/markdown.vim:1:1: autocmd should execute in an augroup or execute with a group (see :help :autocmd)
config/plugin/nerdtree.vim:11:1: autocmd should execute in an augroup or execute with a group (see :help :autocmd)

This commit fixes the error above via putting autocmds into autogroups in the aforementioned files