mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 09:27:58 +01:00
Fix let-command's extraInfo
'let g:foo="c:\"' raise a error. -> E114: Missing quote: "
This commit is contained in:
@@ -700,7 +700,11 @@ function Options() //{{{
|
||||
" ";
|
||||
liberator.echo(reference[1] + "\t\t" + prefix + value);
|
||||
}
|
||||
});
|
||||
},
|
||||
{
|
||||
literal: 0
|
||||
}
|
||||
);
|
||||
|
||||
commands.add(["setl[ocal]"],
|
||||
"Set local option",
|
||||
|
||||
Reference in New Issue
Block a user