From a381a3947a0fa6ec7fbf2a75cb89a934c963719c Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 18 Jan 2009 03:07:47 +0900 Subject: [PATCH] Fix let-command's extraInfo 'let g:foo="c:\"' raise a error. -> E114: Missing quote: " --- common/content/options.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/common/content/options.js b/common/content/options.js index 584fc344..54b3bb8d 100644 --- a/common/content/options.js +++ b/common/content/options.js @@ -700,7 +700,11 @@ function Options() //{{{ " "; liberator.echo(reference[1] + "\t\t" + prefix + value); } - }); + }, + { + literal: 0 + } + ); commands.add(["setl[ocal]"], "Set local option",