# HG changeset patch # User Tomas Zeman # Date 1395999937 -3600 # Node ID febb97e0443071f8dec731e0c07b628c5fc33f5b # Parent 7b691c3bba6cd1a194d52ba283949d90f75f8174 python ftplugin diff -r 7b691c3bba6c -r febb97e04430 config/.vim/ftplugin/python.vim --- /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 diff -r 7b691c3bba6c -r febb97e04430 config/.vimrc --- 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 c :'<,'>:CoffeeCompile map c :CoffeeCompile -command -nargs=1 C CoffeeCompile | : +"command -nargs=1 C CoffeeCompile | : 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