From 6393b90e499229fb44dce10aadc654610dc52667 Mon Sep 17 00:00:00 2001 From: eidheim Date: Sun, 30 Aug 2015 14:44:34 +0200 Subject: [PATCH] Now should start reparse also when for instance renaming a new variable name. --- src/source.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/source.cc b/src/source.cc index e89914f..8465fe2 100644 --- a/src/source.cc +++ b/src/source.cc @@ -1330,6 +1330,8 @@ void Source::ClangViewAutocomplete::autocomplete() { get_source_buffer()->begin_user_action(); completion_dialog->show(); } + else + start_reparse(); } else { set_status("");