Merge pull request #186 from EHfive/fix-editor-libcosmoc-vi

Fix building editor-libcosmic with vi feature
This commit is contained in:
Jeremy Soller 2023-09-18 08:46:29 -06:00 committed by GitHub
commit d8a66ee781
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -269,6 +269,7 @@ impl Application for Window {
let mut editor = self.editor.lock().unwrap();
#[cfg(not(feature = "vi"))]
// Update the syntax color theme
match theme {
"Light" => editor.update_theme("base16-ocean.light"),