aboutsummaryrefslogtreecommitdiff
path: root/ftdetect/python.vim
diff options
context:
space:
mode:
authorMitermayer Reis <mitermayer.reis@gmail.com>2020-03-21 23:45:17 +1100
committerGitHub <noreply@github.com>2020-03-21 23:45:17 +1100
commitb016b933523b428c664d7a02a69c9b499c600abb (patch)
tree13092d917024c2644d6c1c0b5fd99ef2ac446838 /ftdetect/python.vim
parent7041b9cb8bee84f432f1e168f826a90a0beea93a (diff)
parentf10100e0b48effa9a20052ea9fc634b521c0072d (diff)
downloadvim-prettier-b016b933523b428c664d7a02a69c9b499c600abb.tar.xz
Merge pull request #231 from prettier/bugfix/issue-229-fixing-neovim-0-4-compatibility
bugfix/issue-229-fixing-neovim-0-4-compatibility
Diffstat (limited to 'ftdetect/python.vim')
-rw-r--r--ftdetect/python.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/ftdetect/python.vim b/ftdetect/python.vim
deleted file mode 100644
index ed6cf7a..0000000
--- a/ftdetect/python.vim
+++ /dev/null
@@ -1,3 +0,0 @@
-augroup PrettierFileDetect
- autocmd BufNewFile,BufReadPost *.python setfiletype python
-augroup end