mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 13:47:59 +01:00
Fixed (:abbr """a b) so it stopped throwing E114 (like Vim).
This commit is contained in:
@@ -217,7 +217,7 @@ function Editor() //{{{
|
||||
},
|
||||
{
|
||||
completer: function (context, args) completion.abbreviation(context, args, mode),
|
||||
literal: 1,
|
||||
literal: 0,
|
||||
serial: function () [
|
||||
{
|
||||
command: this.name,
|
||||
|
||||
Reference in New Issue
Block a user