python ftplugin
authorTomas Zeman <tzeman@volny.cz>
Fri, 28 Mar 2014 10:45:37 +0100
changeset 41 febb97e04430
parent 40 7b691c3bba6c
child 44 b335d6720d85
python ftplugin
config/.vim/ftplugin/python.vim
config/.vimrc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config/.vim/ftplugin/python.vim	Fri Mar 28 10:45:37 2014 +0100
@@ -0,0 +1,4 @@
+set tabstop=8
+set expandtab
+set shiftwidth=4
+set softtabstop=4
--- a/config/.vimrc	Wed Dec 18 22:16:35 2013 +0100
+++ b/config/.vimrc	Fri Mar 28 10:45:37 2014 +0100
@@ -51,9 +51,10 @@
 " Coffee-script related
 vmap <leader>c <esc>:'<,'>:CoffeeCompile<CR>
 map <leader>c :CoffeeCompile<CR>
-command -nargs=1 C CoffeeCompile | :<args>
+"command -nargs=1 C CoffeeCompile | :<args>
 au BufWritePost *.coffee silent CoffeeMake! -b | cwindow | redraw!
 "let coffee_compile_vert = 1
 au BufNewFile,BufReadPost *.coffee setl foldmethod=indent "nofoldenable
 au BufNewFile,BufReadPost *.coffee setl shiftwidth=2 expandtab
 
+filetype plugin on