Lines Matching refs:indent
1 " Vim indent file
6 " Only load this indent file when no other was loaded.
43 " At the start of the file use zero indent.
52 let ind = indent(lnum)
53 let ind2 = indent(lnum - 1)
72 echo vverb_str "De-indent after a multiple-line comment."
129 " De-indent for the end of one-line block
140 echo vverb_str "De-indent after the end of one-line statement."
153 " De-indent for an optional close parenthesis and a semicolon, and only
162 if vverb | echo vverb_str "De-indent after a close statement." | endif
173 " Re-indent current line
175 " De-indent on the end of the block
183 if vverb | echo vverb_str "De-indent the end of a block." | endif
187 echo vverb_str "De-indent the end of a module."
190 " De-indent on a stand-alone 'begin'
202 echo vverb_str "De-indent a stand alone begin statement."
206 " De-indent after the end of multiple-line statement
213 echo vverb_str "De-indent the end of a multiple statement."
216 " De-indent `else and `endif
219 if vverb | echo vverb_str "De-indent `else and `endif statement." | endif