Skip to content

Commit 9374139

Browse files
author
Alexander Serebryakov
committed
Merge branch 'thehunmonkgroup-filetype-autocmd' into dev
2 parents 4cc3201 + 5c7f7d5 commit 9374139

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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))

plugin/vim-todo-lists.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)