mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 21:57:58 +01:00
Fixing tab completion for :set!
This commit is contained in:
@@ -394,7 +394,7 @@ vimperator.Options = function () //{{{
|
||||
defaultValue = loadPreference(name, null, defaultBranch);
|
||||
|
||||
if (defaultValue == null)
|
||||
defaultValue = "new preference";
|
||||
defaultValue = "no default";
|
||||
else
|
||||
defaultValue = "default: " + defaultValue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user