1
0
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:
anekos
2009-01-18 03:07:47 +09:00
parent 74256da392
commit a381a3947a

View File

@@ -700,7 +700,11 @@ function Options() //{{{
" ";
liberator.echo(reference[1] + "\t\t" + prefix + value);
}
});
},
{
literal: 0
}
);
commands.add(["setl[ocal]"],
"Set local option",