1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 13:39:07 +00:00

Added trac support

This commit is contained in:
2011-03-25 09:44:20 +00:00
parent ad45c77370
commit 0294ea6dab
13 changed files with 6583 additions and 3 deletions

View File

@ -23,8 +23,8 @@ set shiftwidth=4
set smarttab
set expandtab
set softtabstop=4
set autoindent
set smartindent
" set autoindent
" set smartindent
" For highlighted numbers:
let python_highlight_numbers = 1
@ -93,7 +93,6 @@ function! CleverTab()
inoremap <Tab> <C-R>=CleverTab()<CR>
set completeopt=longest
" Emacs like indenting. Pressing Tab indents line
" Not in python, there it is managed by GetPythonIndent
set indentkeys=0{,0},0),:,0#,!^F,o,O,e,!<Tab>,!^F