Skip to content

Instantly share code, notes, and snippets.

@saitoha
Created June 23, 2012 03:48
Show Gist options
  • Save saitoha/2976731 to your computer and use it in GitHub Desktop.
Save saitoha/2976731 to your computer and use it in GitHub Desktop.
diff -r dbb084863466 src/option.c
--- a/src/option.c Wed Jun 20 22:56:02 2012 +0200
+++ b/src/option.c Sat Jun 23 12:46:42 2012 +0900
@@ -5818,6 +5818,10 @@
else if (set_chars_option(&p_fcs) != NULL)
errmsg = (char_u *)_("E835: Conflicts with value of 'fillchars'");
# endif
+ else if (STRCMP(p_ambw, "double") == 0)
+ out_str(ESC_STR "[?8840h");
+ else /* if (STRCMP(p_ambw, "single") == 0) */
+ out_str(ESC_STR "[?8840l");
}
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment