[no subject]

2010-11-17 Fir de Conversatie fhml
Hello again folks. Sorry for pressing control-enter too fast. Hey folks. I guess i found a little bug in runtime/indent/perl.vim. perl.vim has some patterns for matching opening and closing brackets. But perl.vim escapes opening square brackets in square brackets. For example: "match(line, '[

Small indent/perl.vim patch concerning bad match patterns

2010-11-17 Fir de Conversatie fhml
Hey folks. I guess i found a little bug in runtime/indent/perl.vim. perl.vim has some patterns for matching opening and closing brackets. But perl.vim escapes opening square brackets in square brackets. For example: "match(line, '[(){}\[\]]', matchend(line, '^\s*[)}\]]'))". Using \[ in between

synstack() documentation

2010-10-30 Fir de Conversatie fhml
Hey folks. I noticed that there is an entry about 'synstack()' in ':help functions', but not in ':help function-list'. If this is not intended, the following patch adds 'synstack()' to ':help function-list'. This patch was created via 'hg diff' against a new 'hg clone https://vim.googlecode.com/h