mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 07:48:00 +01:00
Add 'fileencoding'
This commit is contained in:
@@ -174,7 +174,8 @@ function Buffer() //{{{
|
||||
}
|
||||
catch (e) { liberator.reportError(e) }
|
||||
},
|
||||
completer: function (context) completion.charset(context)
|
||||
completer: function (context) completion.charset(context),
|
||||
validator: Option.validateCompleter
|
||||
});
|
||||
|
||||
// FIXME: Most certainly belongs elsewhere.
|
||||
|
||||
Reference in New Issue
Block a user