Commit 1f024db3 1f024db39fb41aa242ed489cc3d9017eff1ecb12 by Sergey Poznyakoff

Use quotes when setting default string values.

1 parent 2fe0ed35
......@@ -239,7 +239,7 @@ main (int argc, char **argv)
util_do_command ("set nohold");
util_do_command ("set noignore");
util_do_command ("set noignoreeof");
util_do_command ("set indentprefix=\t");
util_do_command ("set indentprefix=\"\t\"");
util_do_command ("set nokeep");
util_do_command ("set nokeepsave");
util_do_command ("set nometoo");
......