File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,10 @@ Changelog
7575* Easy adding new items
7676* Easy items toggling
7777
78+ #### 0.1.1
79+
80+ * Fixes broken compatibility with the [ filestyle] ( https://github.com/aserebryakov/filestyle ) plugin
81+
7882Credits
7983-------
8084
Original file line number Diff line number Diff line change 1- *vim-todo-lists.txt* Version 0.1.0
1+ *vim-todo-lists.txt* Version 0.1.1
22*vim-todo-lists*
33
44Plugin for TODO lists management.
@@ -115,6 +115,10 @@ SOFTWARE.
115115* Easy adding new items
116116* Easy items toggling
117117
118+ 0.1.1
119+
120+ * Fixes broken compatibility with the [filestyle] plugin
121+
118122==============================================================================
1191238. Credits *VimTodoListsCredits*
120124
Original file line number Diff line number Diff line change @@ -72,8 +72,13 @@ endfunction
7272if ! exists (' g:vimtodolists_plugin' )
7373 let g: vimtodolists_plugin = 1
7474
75+ if exists (' vimtodolists_auto_commands' )
76+ echoerr ' VimTodoLists: vimtodolists_auto_commands group already exists'
77+ exit
78+ endif
79+
7580 " Defining auto commands
76- augroup filestyle_auto_commands
81+ augroup vimtodolists_auto_commands
7782 autocmd !
7883 autocmd BufRead ,BufNewFile *.todo call VimTodoListsInit ()
7984 augroup end
You can’t perform that action at this time.
0 commit comments