Lines Matching refs:indent
1 " Vim indent file
10 " Load base python indent.
12 runtime! indent/python.vim
17 " Only enable bzl google indent if python google indent is enabled.
33 " Determine the correct indent level given an {lnum} in the current buffer.
37 " Backup and override indent setting variables.
48 let l:indent = -1
61 " If cursor is at close parens, match indent with open parens.
65 let l:indent = indent(l:par_line)
77 let l:indent = l:par_col
83 if l:indent == -1
84 let l:indent = GetPythonIndent(a:lnum)
101 return l:indent