1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-09 11:05:53 +01:00

Add -append options to :hi and :sty. Fix some bugs (no, I don't know which bugs)

This commit is contained in:
Kris Maglione
2008-11-01 02:04:42 +00:00
parent c5ec767aa5
commit b904f580bb
7 changed files with 71 additions and 173 deletions

View File

@@ -170,7 +170,7 @@ function Mappings() //{{{
{
flags: Mappings.flags.COUNT,
rhs: rhs,
noremap: noremap,
noremap: !!noremap,
silent: "<silent>" in args
});
}