We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88239f2 commit 456d5daCopy full SHA for 456d5da
1 file changed
src/qtgui/main.cpp
@@ -442,8 +442,8 @@ int main(int argc, char **argv)
442
if (theconfig->getConfParam("sem_venv", unused) && !unused.empty()) {
443
semantic_enabled = true;
444
}
445
- }
446
#endif // SEMANTIC
+ }
447
448
string historyfile = path_cat(theconfig->getConfDir(), "history");
449
g_dynconf = new RclDynConf(historyfile);
0 commit comments