diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2022-04-30 15:07:33 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2022-04-30 15:07:33 +0200 |
commit | 38282d58387cff48ac203f6912c05e4c8686141b (patch) | |
tree | fac41fbf9f014c63fb5c7d06b8a6ccd75aeade08 /indent/svelte.vim | |
parent | 36a2bf60adbf113cb6a096c9edd22c711782d912 (diff) | |
download | vim-polyglot-38282d58387cff48ac203f6912c05e4c8686141b.tar.gz vim-polyglot-38282d58387cff48ac203f6912c05e4c8686141b.zip |
Update
Diffstat (limited to 'indent/svelte.vim')
-rw-r--r-- | indent/svelte.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indent/svelte.vim b/indent/svelte.vim index bae715df..7c09f361 100644 --- a/indent/svelte.vim +++ b/indent/svelte.vim @@ -55,12 +55,12 @@ let s:debug = svelte#GetConfig('debug', 0) " Save shiftwidth let s:sw = &sw -" Use lib/indent/ files for compatibility +" Use specific indent files for compatibility unlet! b:did_indent -runtime lib/indent/xml.vim +runtime indent/svelte-xml.vim unlet! b:did_indent -runtime lib/indent/css.vim +runtime indent/svelte-css.vim " Use normal indent files unlet! b:did_indent |