mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 15:07:57 +01:00
Whitespace fixes.
This commit is contained in:
@@ -541,7 +541,7 @@ lookup:
|
||||
// NOTE: this command is only used in :source
|
||||
commands.add(["fini[sh]"],
|
||||
"Stop sourcing a script file",
|
||||
function () {
|
||||
function () {
|
||||
dactyl.assert(io.sourcing, "E168: :finish used outside of a sourced file");
|
||||
io.sourcing.finished = true;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user