@@ -369,7 +369,7 @@ endfunction
369
369
endif
370
370
else
371
371
let annot_file_name = ' '
372
- " (Pierre Vittet: I have commented 4b because this was chrashing
372
+ " (Pierre Vittet: I have commented 4b because this was crashing
373
373
" my vim (it produced infinite loop))
374
374
"
375
375
" 4b. anarchy : the renamed _build directory may be higher in the hierarchy
@@ -460,8 +460,8 @@ endfunction
460
460
461
461
" b. 'search' and 'match' work to find the type information
462
462
463
- " In: - lin1,col1: postion of expression first char
464
- " - lin2,col2: postion of expression last char
463
+ " In: - lin1,col1: position of expression first char
464
+ " - lin2,col2: position of expression last char
465
465
" Out: - the pattern to be looked for to find the block
466
466
" Must be called in the source buffer (use of line2byte)
467
467
function ! s: Block_pattern (lin1,lin2,col1,col2)
@@ -579,7 +579,7 @@ endfunction
579
579
let res = substitute (a: res , " \n " , " " , " g" )
580
580
" remove double space
581
581
let res = substitute (res , " " , " " , " g" )
582
- " remove space at begining of string.
582
+ " remove space at beginning of string.
583
583
let res = substitute (res , " ^ *" , " " , " g" )
584
584
return res
585
585
endfunction
0 commit comments