aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGregory Anders <8965202+gpanders@users.noreply.github.com>2023-04-13 15:29:13 -0600
committerGitHub <noreply@github.com>2023-04-13 23:29:13 +0200
commitbfb28b62dab756ec76a73506c2070ddf491a0cdd (patch)
tree74696bb10da2a87409ed3447f6f06e1b742a82e3 /test
parent66c66d8db8ab5cb6d0c6d85d64556d7cf20b04fa (diff)
downloadrneovim-bfb28b62dab756ec76a73506c2070ddf491a0cdd.tar.gz
rneovim-bfb28b62dab756ec76a73506c2070ddf491a0cdd.tar.bz2
rneovim-bfb28b62dab756ec76a73506c2070ddf491a0cdd.zip
refactor: remove modelines from Lua files
Now that we have builtin EditorConfig support and a formatting check in CI, these are not necessary.
Diffstat (limited to 'test')
-rw-r--r--test/functional/shada/merging_spec.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/shada/merging_spec.lua b/test/functional/shada/merging_spec.lua
index da2fbbe029..dad7aa851d 100644
--- a/test/functional/shada/merging_spec.lua
+++ b/test/functional/shada/merging_spec.lua
@@ -1115,5 +1115,3 @@ describe('ShaDa changes support code', function()
eq(found, 100)
end)
end)
-
--- vim: ts=2 sw=2