EinfachToll

Results 4 issues of EinfachToll

A constant source of bugs is the sloppy, ad-hoc internal handling of file paths. Currently, paths are represented by strings and manipulated either "manually" using string operations or by using...

bug
Windows
link
ref

Vint crashes when it tries to parse the following line: ```viml silent redir => foo ``` Without `silent`, it works, with `>` instead of `=>` it works, too. I'm using...

bug

Although I could not figure out where, if ever, this causes a problem, the following lines (lines 129ff. in plugin/AutoClose.vim) seem not to work: ``` if b:AutoCloseSmartQuote != 0 let...

Currently, if you change the width of the NERDTree in one tab (and I do that regularly), the width in every other tab remains the old value. I find this...

enhancement