* src/prompt.c (get_prompt_string): Fix compilation for the
combination of --enable-tiny with --enable-tabcomp.
* src/prompt.c (get_prompt_string): Normalize the indentation.
+ * src/text.c (do_wrap): Fix compilation with --enable-wrapping.
2014-04-03 Benno Schulenberg <bensberg@justemail.net>
* configure.ac: Remove unused '*_support' variables.
null_at(&line->data, wrap_loc);
if (prepending) {
+#ifndef NANO_TINY
if (!undoing)
update_undo(SPLIT);
+#endif
/* If we're prepending, copy the text from the next line, minus
* the indentation that we already copied above. */
strcat(new_line, next_line);