Package: vim-runtime Version: 2:7.4.488-4 Severity: minor
vim correctly highlights single-digit octal escapes (such as \1) and triple-digit octal escapes (such as \227) in strace output. But double-digit octal escapes (such as \24) are highlighted incorrectly.
To reproduce, run: strace -e write printf '\1\24\277' 2>&1 >/dev/null | vim -c 'set ft=strace' -c 'syntax on' - -- Jakub Wilk -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

