do_wrap()
- Move "right" increment to part where new line is created,
should change (fix?) some wrapping problems with autoindent.
+ version()
+ - Show --enable-multibuffer independently of --enable-extra being
+ compiled in (Jordi).
- global.c:
shorcut_init()
- Replace hard coded ALT_G and ALT_H values in the replace
#ifdef NANO_EXTRA
printf(" --enable-extra");
-#else
+#endif
#ifdef ENABLE_MULTIBUFFER
printf(" --enable-multibuffer");
-#endif /* ENABLE_MULTIBUFFER */
-#endif /* NANO_EXTRA */
-
+#endif
#ifdef ENABLE_NANORC
printf(" --enable-nanorc");
#endif