mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-28 09:07:19 +03:00
parent
63ac752916
commit
dd41a46c4c
@ -706,7 +706,7 @@ int run_pipe(StringView session)
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
setlocale(LC_ALL, "");
|
||||
std::locale::global(std::locale(""));
|
||||
|
||||
set_signal_handler(SIGSEGV, signal_handler);
|
||||
set_signal_handler(SIGFPE, signal_handler);
|
||||
|
1
test/regression/595-smart-search-unicode/cmd
Normal file
1
test/regression/595-smart-search-unicode/cmd
Normal file
@ -0,0 +1 @@
|
||||
*n
|
1
test/regression/595-smart-search-unicode/in
Normal file
1
test/regression/595-smart-search-unicode/in
Normal file
@ -0,0 +1 @@
|
||||
д é д … é …
|
1
test/regression/595-smart-search-unicode/state
Normal file
1
test/regression/595-smart-search-unicode/state
Normal file
@ -0,0 +1 @@
|
||||
1.7,1.7
|
Loading…
Reference in New Issue
Block a user