diff --git a/src/source.cc b/src/source.cc index 54f6ba9..5aff594 100644 --- a/src/source.cc +++ b/src/source.cc @@ -1475,7 +1475,7 @@ bool Source::ClangViewParse::on_key_press_event(GdkEventKey* key) { auto line=get_line_before(found_iter); if(std::regex_match(line, sm, tabs_regex)) { tabs=sm[1].str(); - for(int c=0;c