1
0
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:
Kris Maglione
2009-05-01 15:19:35 -04:00
parent e5dc623247
commit dbf60914ab
5 changed files with 62 additions and 15 deletions

View File

@@ -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.