File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ if !exists('g:loaded_org_syntax')
219
219
break
220
220
endif
221
221
endfor
222
- silent ! exec ' syntax match org_todo_keyword_' . l: safename . ' /\*\{1,\}\s\{1,\}\zs' . l: _i .' \(\s\|$\)/ ' . a: todo_headings
222
+ silent ! exec ' syntax match org_todo_keyword_' . l: safename . ' /\*\{1,\}\s\{1,\}\zs' . l: _i .' \(\s\|$\)/ ' . a: todo_headings . ' contains=@NoSpell '
223
223
silent ! exec ' hi def link org_todo_keyword_' . l: safename . ' ' . l: group
224
224
endfor
225
225
endfunction
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ if !exists('g:loaded_orgtodo_syntax')
37
37
break
38
38
endif
39
39
endfor
40
- silent ! exec ' syntax match orgtodo_todo_keyword_' . l: _i . ' /' . l: _i .' / ' . a: todo_headings
40
+ silent ! exec ' syntax match orgtodo_todo_keyword_' . l: _i . ' /' . l: _i .' / ' . a: todo_headings . ' contains=@NoSpell '
41
41
silent ! exec ' hi def link orgtodo_todo_keyword_' . l: _i . ' ' . l: group
42
42
endfor
43
43
endfunction
You can’t perform that action at this time.
0 commit comments