aboutsummaryrefslogtreecommitdiffhomepage
path: root/.vim/my/after/ftplugin/python.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/my/after/ftplugin/python.vim')
-rw-r--r--.vim/my/after/ftplugin/python.vim21
1 files changed, 0 insertions, 21 deletions
diff --git a/.vim/my/after/ftplugin/python.vim b/.vim/my/after/ftplugin/python.vim
deleted file mode 100644
index edeac06..0000000
--- a/.vim/my/after/ftplugin/python.vim
+++ /dev/null
@@ -1,21 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_python_after')
- finish
-endif
-
-
-
-FtpluginSetLocal expandtab
-FtpluginSetLocal shiftwidth=4
-FtpluginSetLocal softtabstop=4
-
-let g:python_highlight_all = v:true
-
-" Overrides the default value: shiftwidth()*2
-let g:pyindent_continue = shiftwidth()
-
-
-
-let b:did_ftplugin_python_after = 1 \ No newline at end of file