We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a7f07 commit 3deeee5Copy full SHA for 3deeee5
1 file changed
ftdetect/just.lua
@@ -4,7 +4,7 @@
4
-- URL: https://github.com/NoahTheDuke/vim-just.git
5
-- Last Change: 2025 Feb 05
6
7
-if vim.fn.has("nvim-0.8") then
+if vim.fn.has("nvim-0.8") == 1 then
8
vim.filetype.add({
9
-- Neovim adds start/end anchors to the patterns
10
pattern = {
0 commit comments