diff options
author | pommicket <pommicket@gmail.com> | 2022-07-29 15:56:32 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-07-29 15:56:32 -0400 |
commit | d9edd1f62fa620d3a8a42c80aec330065b794e14 (patch) | |
tree | 1f19aeabca40196b7987537a7b09f1af30c71c3d /find.c | |
parent | efce2c731927adc4aaf26d6cc6c165bbced39eb5 (diff) |
fixed double ctrl+q problem
Diffstat (limited to 'find.c')
-rw-r--r-- | find.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ static WarnUnusedResult bool find_match(Ted *ted, BufferPos *pos, u32 *match_sta } // check if the search term needs to be recompiled -static void find_update(Ted *ted, bool force) { +void find_update(Ted *ted, bool force) { TextBuffer *find_buffer = &ted->find_buffer; u32 flags = find_compilation_flags(ted); if (!force |