Adding new stuff
This commit is contained in:
parent
cb028acf05
commit
7b21428a6d
451 changed files with 6 additions and 1 deletions
|
|
@ -1 +0,0 @@
|
|||
runtime after/indent/python.vim
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
if !g:pymode || !g:pymode_indent
|
||||
finish
|
||||
endif
|
||||
|
||||
setlocal nolisp
|
||||
setlocal tabstop=4
|
||||
setlocal softtabstop=4
|
||||
setlocal shiftwidth=4
|
||||
setlocal shiftround
|
||||
setlocal expandtab
|
||||
setlocal autoindent
|
||||
setlocal indentexpr=pymode#indent#get_indent(v:lnum)
|
||||
setlocal indentkeys=!^F,o,O,<:>,0),0],0},=elif,=except
|
||||
Loading…
Add table
Add a link
Reference in a new issue