Merge branch '207_minor_regex_fixes' into mc-4.6

This commit is contained in:
Patrick Winnertz 2009-01-24 13:21:52 +01:00
commit a5b0425ca2

View File

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