1
1

Merge branch '207_minor_regex_fixes' into mc-4.6

Этот коммит содержится в:
Patrick Winnertz 2009-01-24 13:21:52 +01:00
родитель 786f68dd4f 0db8499b56
Коммит a5b0425ca2

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

@ -1,4 +1,10 @@
2009-01-18 Patrick Winnertz <winnie@debian.org
2009-01-24 Patrick Winnertz <winnie@debian.org>
* edit/editcmd.c: Fix some issues about regex:
- prevent . to match a newline (\n)
- match from start of line and not from cursor position
2009-01-18 Patrick Winnertz <winnie@debian.org>
* edit/editdraw.c: Moved var into if clause as it's only used
there