File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,10 @@ Changelog
75
75
* Easy adding new items
76
76
* Easy items toggling
77
77
78
+ #### 0.1.1
79
+
80
+ * Fixes broken compatibility with the [ filestyle] ( https://github.com/aserebryakov/filestyle ) plugin
81
+
78
82
Credits
79
83
-------
80
84
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
2
2
*vim-todo-lists*
3
3
4
4
Plugin for TODO lists management.
@@ -115,6 +115,10 @@ SOFTWARE.
115
115
* Easy adding new items
116
116
* Easy items toggling
117
117
118
+ 0.1.1
119
+
120
+ * Fixes broken compatibility with the [filestyle] plugin
121
+
118
122
==============================================================================
119
123
8. Credits *VimTodoListsCredits*
120
124
Original file line number Diff line number Diff line change @@ -72,8 +72,13 @@ endfunction
72
72
if ! exists (' g:vimtodolists_plugin' )
73
73
let g: vimtodolists_plugin = 1
74
74
75
+ if exists (' vimtodolists_auto_commands' )
76
+ echoerr ' VimTodoLists: vimtodolists_auto_commands group already exists'
77
+ exit
78
+ endif
79
+
75
80
" Defining auto commands
76
- augroup filestyle_auto_commands
81
+ augroup vimtodolists_auto_commands
77
82
autocmd !
78
83
autocmd BufRead ,BufNewFile *.todo call VimTodoListsInit ()
79
84
augroup end
You can’t perform that action at this time.
0 commit comments