jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.1k stars 266 forks source link

Feature: Exclude 'todo' keywords from spellcheck #370

Closed hawkinsw closed 3 years ago

hawkinsw commented 3 years ago

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.

Issue #333

hawkinsw commented 3 years ago

cc @jceb

jceb commented 3 years ago

Awesome, thank you!