aboutsummaryrefslogtreecommitdiff
path: root/ftdetect/python.vim
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2018-11-05 14:32:20 -0800
committermitermayer <mitermayer.reis@gmail.com>2018-11-05 14:32:20 -0800
commitccc58c21190c563128fe0c2eac28858790d68393 (patch)
tree545847ceded5f9c3ef73d28dc9e73d41898713e2 /ftdetect/python.vim
parente889eaf97699833e88713696a2ea520217b58f84 (diff)
downloadvim-prettier-ccc58c21190c563128fe0c2eac28858790d68393.tar.xz
Fixing linting
Diffstat (limited to 'ftdetect/python.vim')
-rw-r--r--ftdetect/python.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/ftdetect/python.vim b/ftdetect/python.vim
index a33fa5d..ed6cf7a 100644
--- a/ftdetect/python.vim
+++ b/ftdetect/python.vim
@@ -1 +1,3 @@
-autocmd BufNewFile,BufReadPost *.python setfiletype python
+augroup PrettierFileDetect
+ autocmd BufNewFile,BufReadPost *.python setfiletype python
+augroup end