diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-05-15 10:31:49 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-05-15 10:31:49 +0200 |
commit | 59e12f41847b541a1d87c428b54561d3892983ab (patch) | |
tree | c8e2468fc14736067995ddf8d4231b6bf5815b89 | |
parent | 4414cfb05fbc0b8b69f4526be11334038165bd7c (diff) |
vimrc: 160 chars for python
-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> |