From 6bd60a86bff010587d92ad01a3c4b8693e32ff49 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 5 Jun 2019 23:51:38 +1200 Subject: Specify autocmd group for TextChanged event --- plugin/shebang_change_filetype.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/shebang_change_filetype.vim b/plugin/shebang_change_filetype.vim index 03f5830..b900042 100644 --- a/plugin/shebang_change_filetype.vim +++ b/plugin/shebang_change_filetype.vim @@ -17,6 +17,6 @@ augroup shebang_change_filetype \ call shebang_change_filetype#() if exists('##TextChanged') autocmd TextChanged * - \ doautocmd InsertLeave + \ doautocmd shebang_change_filetype InsertLeave endif augroup END -- cgit v1.2.3 From bba30528c743f970f8a81572c94bc2e4e981aaa5 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 5 Jun 2019 23:53:22 +1200 Subject: Bump VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0ea3a94..0c62199 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.2.1 -- cgit v1.2.3