1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 16:27:59 +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),
literal: 1,
literal: 0,
serial: function () [
{
command: this.name,