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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user