--- /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