hare.vim

[vim] Hare vim plugin
git clone https://git.torresjrjr.com/hare.vim.git
Log | Files | Refs | README | LICENSE

commit be57813cac5c8455c44751568421ba6b2225f35c
parent 3be6efa5ef6e43683d6b72a209a90cd090b3ab64
Author: Amelia Clarke <me@rsaihe.dev>
Date:   Mon, 22 Aug 2022 19:45:40 -0700

ftdetect: use setfiletype

Signed-off-by: Amelia Clarke <me@rsaihe.dev>

Diffstat:
Mftdetect/hare.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ftdetect/hare.vim b/ftdetect/hare.vim @@ -1 +1 @@ -au BufRead,BufNewFile *.ha set filetype=hare +au BufNewFile,BufRead *.ha setf hare