File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Installation
1010
1111##### Pathogen
1212
13- $ cd ~/.vim/bundle
13+ $ cd ~/.vim/bundle
1414 $ git clone https://github.com/aserebryakov/vim-todo-lists.git
1515
1616##### NeoBundle
@@ -238,6 +238,7 @@ Changelog
238238* File extension changed to ` .todo.md ` from ` .todo `
239239* Item indentation level is kept when creating a new one
240240* Removed migration from older formats
241+ * Added plugin initialization for ` todo ` filetype
241242
242243#### 0.7.1
243244
@@ -293,3 +294,4 @@ Contributors
293294* Jake Mason, contributor ([ GitHub] ( https://github.com/jakemason ) )
294295* Alexandr Kondratev, contributor ([ GitHub] ( https://github.com/theg4sh ) )
295296* Jannis Jorre, contributor ([ GitHub] ( https://github.com/jeyj0 ) )
297+ * thehunmonkgroup ([ GitHub] ( https://github.com/thehunmonkgroup ) )
Original file line number Diff line number Diff line change @@ -478,6 +478,7 @@ if !exists('g:vimtodolists_plugin')
478478 augroup vimtodolists_auto_commands
479479 autocmd !
480480 autocmd BufRead ,BufNewFile *.todo.md call VimTodoListsInit ()
481+ autocmd FileType todo call VimTodoListsInit ()
481482 augroup end
482483
483484 " Defining plugin commands
You can’t perform that action at this time.
0 commit comments