diff --git a/src/source.cc b/src/source.cc index 318d54c..b8e4914 100644 --- a/src/source.cc +++ b/src/source.cc @@ -348,6 +348,7 @@ Source::View::View(const boost::filesystem::path &file_path, Glib::RefPtrbegin_user_action(); + disable_spellcheck=true; cleanup_whitespace_characters(); auto iter=get_buffer()->begin(); @@ -427,6 +428,7 @@ Source::View::View(const boost::filesystem::path &file_path, Glib::RefPtrend_user_action(); }; }