* src/winio.c (edit_refresh): When pasting lines on the bottom line,
only scroll the required number of lines and not half a screen --
that is, when smooth scrolling is enabled.
+ * doc/syntax/changelog.nanorc: Also colour a series of changed files
+ that spans more than one line.
2015-03-27 Mark Majeres <mark@engine12.com>
* src/text.c (do_alt_speller): Adjust the end point of the marked
# Email addresses.
color yellow "<[^>]*@[^>]*>"
-# Changed files.
-color magenta "[[:space:]]\*[[:space:]].*:"
-
# Command-line options.
color cyan "[[:space:]]-[a-zA-Z\$]" "--[8a-z-]+"
-# Bug numbers.
-color cyan "bug #[0-9]{5}"
+# Bug and patch numbers.
+color cyan "bug #[0-9]{5,6}" "patch #[0-9]{4,5}"
# Probable variables, for variety.
color brightred "\<[A-Z_][0-9A-Z_]+\>"
# Key sequences.
color brightblue "\^[A-Z]" "\<M-." "\<F1?[0-9]" "(\^|M-)Space"
+# Changed files.
+color magenta start="^( | {8})\* " end=":( |$)"
+
# Trailing whitespace.
color ,green "[[:space:]]+$"