Re: Update to YAML indent file

2016-08-14 Fir de Conversatie Bram Moolenaar
Nikolay Pavlov wrote: > I found that YAML indent file is incorrect in some cases: specifically > s:FindPrevLessIndentedLine incorrectly ignores some non-comment line > while finding comment lines, `#key:` line may be considered a valid > mapping entry, indent script may think that line that follo

Update to YAML indent file

2016-08-13 Fir de Conversatie Nikolay Aleksandrovich Pavlov
I found that YAML indent file is incorrect in some cases: specifically s:FindPrevLessIndentedLine incorrectly ignores some non-comment line while finding comment lines, `#key:` line may be considered a valid mapping entry, indent script may think that line that follows `key: ~` is a part of the val