commit 267fb4dac4e8cd4df1d9b57fa587ce718f5fc256
parent 5d84305a3c11f467b1ef94b2a7f7b821d54acd23
Author: Amelia Clarke <me@rsaihe.dev>
Date: Wed, 28 Sep 2022 13:16:13 -0700
Adjust modeline
Signed-off-by: Amelia Clarke <me@rsaihe.dev>
Diffstat:
4 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/compiler/hare.vim b/compiler/hare.vim
@@ -1,7 +1,7 @@
" Vim compiler file
" Compiler: Hare Compiler
" Maintainer: Amelia Clarke <me@rsaihe.dev>
-" Last Change: 2022-09-21
+" Last Change: 2022-09-28
if exists("g:current_compiler")
finish
@@ -28,4 +28,5 @@ CompilerSet errorformat=
let &cpo = s:cpo_save
unlet s:cpo_save
-" vim: tabstop=2 shiftwidth=2 expandtab
+
+" vim: et sw=2 sts=2 ts=8
diff --git a/ftplugin/hare.vim b/ftplugin/hare.vim
@@ -30,4 +30,4 @@ compiler hare
let b:undo_ftplugin = "setl cms< com< et< fo< sts< sua< sw< ts< tw<"
-" vim: tabstop=2 shiftwidth=2 expandtab
+" vim: et sw=2 sts=2 ts=8
diff --git a/indent/hare.vim b/indent/hare.vim
@@ -1,7 +1,7 @@
" Vim indent file
" Language: Hare
" Maintainer: Amelia Clarke <me@rsaihe.dev>
-" Last Change: 2022-09-21
+" Last Change: 2022-09-28
if exists("b:did_indent")
finish
@@ -136,4 +136,4 @@ function! GetHareIndent()
return l:indent
endfunction
-" vim: tabstop=2 shiftwidth=2 expandtab
+" vim: et sw=2 sts=2 ts=8
diff --git a/syntax/hare.vim b/syntax/hare.vim
@@ -2,7 +2,7 @@
" Vim syntax file
" Language: Hare
" Maintainer: Amelia Clarke <me@rsaihe.dev>
-" Last Change: 2022-09-21
+" Last Change: 2022-09-28
if exists("b:current_syntax")
finish
@@ -130,4 +130,4 @@ autocmd InsertLeave * hi link hareSpaceError Error
hi def hareErrorAssertion ctermfg=red cterm=bold guifg=red gui=bold
-" vim: tabstop=8 shiftwidth=2 expandtab
+" vim: et sw=2 sts=2 ts=8