OrangeT / vim-csharp

Enhancement's to Vim's C-Sharp Functionality
117 stars 39 forks source link

Separate autocmds from plugin/cs.vim #30

Closed sgur closed 7 years ago

sgur commented 9 years ago

According to :help ftdetect, autocommands which detect file type should be placed in ftdetect/*.vim.

This change makes the plugin loaders that supports "lazy-loading" work correctly for filetype detection.

kianryan commented 7 years ago

Many thanks.