Skip to content

Commit

Permalink
1. уточнение 4945: в редакторе не работал регистронезависимый поиск.
Browse files Browse the repository at this point in the history
  • Loading branch information
zg0 committed May 1, 2017
1 parent a2968fb commit a067b05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions far/changelog
@@ -1,3 +1,7 @@
zg 01.05.2017 16:05:46 +0200 - build 4946

1. уточнение 4945: в редакторе не работал регистронезависимый поиск.

drkns 01.05.2017 00:21:40 +0000 - build 4945

1. Рефакторинг.
Expand Down
2 changes: 1 addition & 1 deletion far/editor.cpp
Expand Up @@ -3451,7 +3451,7 @@ bool Editor::Search(bool Next)
if (!Case)
{
upper(strSearchStrUpper);
upper(strSearchStrLower);
lower(strSearchStrLower);
}

time_check TimeCheck(time_check::mode::delayed, GetRedrawTimeout());
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4945)m4_dnl
m4_define(BUILD,4946)m4_dnl

0 comments on commit a067b05

Please sign in to comment.