dhruvasagar / vim-dotoo

Org-mode like task logging & time tracking in Vim
554 stars 27 forks source link

Mislabelled dotoo_begin_src_languages in help #118

Closed Gavinok closed 3 years ago

Gavinok commented 3 years ago

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: `[]`