Lines Matching refs:skipstart
155 " With skipstart left at false (default), this should find the prop at line
160 " With skipstart set to true, this should skip the prop at line 5 col 4.
161 let result = prop_find({'type': 'prop_name', 'lnum': 5, 'col': 4, 'skipstart': 1}, 'b')
169 " with skipstart set to false, if the start position is anywhere between the
180 " with skipstart set to true, if the start position is anywhere between the
183 let result = prop_find({'type': 'prop_name', 'skipstart': 1}, 'b')
185 let result = prop_find({'type': 'prop_name', 'skipstart': 1}, 'f')
188 " Use skipstart to search through all props with type name 'prop_name'.
194 let result = prop_find({'type': 'prop_name', 'lnum': lnum, 'col': col, 'skipstart': 1}, 'f')
209 let result = prop_find({'type': 'prop_name', 'lnum': lnum, 'col': col, 'skipstart': 1}, 'b')
221 let result = prop_find({'id': 10, 'skipstart': 1}, 'b')
269 var result = prop_find({type: 'misspell', skipstart: true}, 'f')