Commit Graph

203 Commits

Author SHA1 Message Date
Supasorn Suwajanakorn
c58b10b59f auto commit 2013-05-13 20:30:03 -07:00
bootleq
1d773b0dfe Fix incorrect setbufvar with invalid bufname expr.
When bufname contains |file-pattern|, setbufvar() might raise E16
Invalid Range error.

Use setbufvar("", ...) instead of setbufvar(bufname_string, ...).
2013-04-10 14:07:30 +08:00
Kim Silkebækken
6f0c9b9084 Move most of the code to autoload/
Should make vim startup a bit faster. Thanks to kien for the idea.

Refs #33.
2011-11-07 14:33:20 +01:00