1
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.
Этот коммит содержится в:
Pavel Roskin 2003-02-20 21:07:24 +00:00
родитель 1696ab2361
Коммит 31ba6af202

Просмотреть файл

@ -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.