diff options
Diffstat (limited to 'indent/rust.vim')
-rw-r--r-- | indent/rust.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/rust.vim b/indent/rust.vim index a744008f..0c2876b8 100644 --- a/indent/rust.vim +++ b/indent/rust.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'rust') == -1 + " Vim indent file " Language: Rust " Author: Chris Morgan <me@chrismorgan.info> @@ -278,4 +279,5 @@ unlet s:save_cpo " vint: +ProhibitAbbreviationOption " vim: set et sw=4 sts=4 ts=8: + endif |