Searched refs:shiftwidth (Results 1 – 5 of 5) sorted by relevance
46 " line it up with that one, otherwise add two 'shiftwidth'109 " two 'shiftwidth', otherwise same as previous line.123 return shiftwidth()136 " When the start is inside parenthesis, only indent one 'shiftwidth'.191 return plindent + shiftwidth()198 if indent(a:lnum) > indent(plnum) - shiftwidth()200 return indent(plnum) - shiftwidth()231 if indent(a:lnum) <= plindent - shiftwidth()235 return plindent - shiftwidth()305 return shiftwidth()[all …]
230 size_t shiftwidth; in config_parse_bytesize() member265 if (logsize > (UINT32_MAX >> suffixes[i].shiftwidth)) { in config_parse_bytesize()269 logsize <<= suffixes[i].shiftwidth; in config_parse_bytesize()
6 set shiftwidth=4
12 setlocal softtabstop=4 shiftwidth=4 expandtab
85 # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4