Ctrl-q Ctrl-m in input dialog should enter \r, not a newline.
Interpret C literals in regular expressions entered by the user, e.g. \r
and \0x0D.
This commit is contained in:
Pavel Roskin 2003-02-20 21:07:24 +00:00
parent 1696ab2361
commit 31ba6af202

View File

@ -1,6 +1,11 @@
Before 4.6.1 Before 4.6.1
============ ============
Ctrl-q Ctrl-m in input dialog should enter \r, not a newline.
Interpret C literals in regular expressions entered by the user, e.g. \r
and \0x0D.
Changing directory while in the editor shouldn't affect the path where Changing directory while in the editor shouldn't affect the path where
the editor saves its files. the editor saves its files.