Commit 5285ca9d authored by Jordi Mallach's avatar Jordi Mallach
Browse files

Show --enable-multibuffer independently of --enable-extra.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1015 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 5 additions and 4 deletions
+5 -4
......@@ -23,6 +23,9 @@ CVS code -
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
......
......@@ -552,12 +552,10 @@ void version(void)
#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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment