diff options
-rw-r--r-- | etc/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ colorscheme darkblue " Chaosdorf autocmd BufRead ~/var/svn/intern.chaosdorf.de/admin/log.mdwn nnoremap <F5> :6<CR>O### <C-R>=strftime("%Y-%m-%d")<CR> derf<CR>- -autocmd BufNewFile,BufRead *.py setlocal tabstop=4 softtabstop=4 shiftwidth=4 textwidth=80 smarttab expandtab +autocmd BufNewFile,BufRead *.py setlocal tabstop=4 softtabstop=4 shiftwidth=4 textwidth=160 smarttab expandtab map <F6> :if exists("g:colors_name") && g:colors_name == "darkblue" <Bar> \ colorscheme default <Bar> |