1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 21:38:11 +01:00

Fixed (:abbr """a b) so it stopped throwing E114 (like Vim).

This commit is contained in:
Ted Pavlic
2009-01-20 11:28:32 -05:00
parent 1927574ef5
commit 1f93e422e7

View File

@@ -217,7 +217,7 @@ function Editor() //{{{
}, },
{ {
completer: function (context, args) completion.abbreviation(context, args, mode), completer: function (context, args) completion.abbreviation(context, args, mode),
literal: 1, literal: 0,
serial: function () [ serial: function () [
{ {
command: this.name, command: this.name,