Fix replacing file name in headers upon save as
commit5b2366964938b54005eec39d392fc5cbea81682b
authorColomban Wendling <ban@herbesfolles.org>
Tue, 5 Mar 2013 22:32:17 +0000 (5 23:32 +0100)
committerColomban Wendling <ban@herbesfolles.org>
Tue, 5 Mar 2013 22:47:37 +0000 (5 23:47 +0100)
treeb364c1e50584050e02ad93a7f9bb395dd21b76e2
parent77e142bb73cb12777a37ae792784b171b667d0c4
Fix replacing file name in headers upon save as

The code used a Scintilla-specific regex escape (\<) which doesn't work
anymore since the time we switched to full PCRE (which uses \b).  So,
update the regular expression to PCRE.

Also, properly escape the name to search in the unlikely case it has
regular expression escapes in it;  and properly check for word
boundaries even when not searching with an extension.
src/document.c