mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 05:15:46 +01:00
Update :listkeys for :mapgroups.
This commit is contained in:
@@ -622,7 +622,7 @@ var IO = Module("io", {
|
||||
file.append(config.name + ".vim");
|
||||
dactyl.assert(!file.exists() || args.bang, "File exists");
|
||||
|
||||
let template = util.compileMacro(String(<![CDATA[
|
||||
let template = util.compileMacro(<![CDATA[
|
||||
" Vim syntax file
|
||||
" Language: Pentadactyl configuration file
|
||||
" Maintainer: Doug Kearns <dougkearns@gmail.com>
|
||||
@@ -707,7 +707,7 @@ let &cpo = s:cpo_save
|
||||
unlet s:cpo_save
|
||||
|
||||
" vim: tw=130 et ts=4 sw=4:
|
||||
]]>), true);
|
||||
]]>, true);
|
||||
|
||||
const WIDTH = 80;
|
||||
function wrap(prefix, items, sep) {
|
||||
|
||||
Reference in New Issue
Block a user