forked from jceb/vim-orgmode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Exclude 'todo' keywords from spellcheck
The configured 'org_todo_keywords' are subject to spellcheck. In languages other than English, the spellchecker may not consider those words to be spelled correctly. As a result, the spellchecker incorrectly and annoyingly flags these words as misspelled. This patch removes the keywords in the 'org_todo_keywords' from the province of the spellchecker.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters