diff options
| author | jdhao <jdhao@hotmail.com> | 2020-09-24 23:01:10 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-09-24 23:01:10 +0800 |
| commit | 00cbed4cdcd17d0e1f6587aed92144cc6634349c (patch) | |
| tree | 1944ac74e74d44b8dd31f3eac58874355fee5018 /ftdetect/pdc.vim | |
| parent | b0d5b9765e0a400b9b1a50b3dc7d4f9399a95a55 (diff) | |
fix style issues as per vint
Diffstat (limited to 'ftdetect/pdc.vim')
| -rw-r--r-- | ftdetect/pdc.vim | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ftdetect/pdc.vim b/ftdetect/pdc.vim index 0c728b3..5a8ea6a 100644 --- a/ftdetect/pdc.vim +++ b/ftdetect/pdc.vim @@ -1 +1,4 @@ -autocmd BufRead,BufNewFile *.pdc set filetype=markdown +augroup det_md + autocmd! + autocmd BufRead,BufNewFile *.pdc set filetype=markdown +augroup END |
