Mislabelled dotoo_begin_src_languages in help
Gavinok opened this issue · 0 comments
Gavinok commented
g:dotoo_begin_src_languages
was called g:dotoo_todo_keyword_faces
in the help. Here is the diff:
diff --git a/doc/dotoo.txt b/doc/dotoo.txt
index 138cce9..1238909 100644
--- a/doc/dotoo.txt
+++ b/doc/dotoo.txt
@@ -178,7 +178,7 @@ OPTIONS *dotoo-options*
List of filetypes that should be highlighted in `#+BLOCK_SRC filetype`
code blocks.
Example. >
- let g:dotoo_todo_keyword_faces = ['vim', 'json', 'javascript']
+ let g:dotoo_begin_src_languages = ['vim', 'json', 'javascript']
<
Default value: `[]`