We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88239f2 + 456d5da commit fef23d2Copy full SHA for fef23d2
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