runtime(just): add 'suffixesadd' to ftplugin
Commit:
https://github.com/vim/vim/commit/2a01e5967103a06dd6c83bfca73995557a171a4b
Author: mathmil <[email protected]>
Date: Sun May 17 18:08:46 2026 +0000
runtime(just): add 'suffixesadd' to ftplugin
closes: https://github.com/vim/vim/issues/20197
Signed-off-by: mathmil <[email protected]>
Signed-off-by: Peter Benjamin <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/ftplugin/just.vim b/runtime/ftplugin/just.vim
index 6f2acddf9..7cf188a77 100644
--- a/runtime/ftplugin/just.vim
+++ b/runtime/ftplugin/just.vim
@@ -2,6 +2,7 @@
" Language: Justfile
" Maintainer: Peter Benjamin <@pbnj>
" Last Change: 2025 Jan 19
+" 2026 May 17 by Vim Project: add 'suffixesadd' #20197
" Credits: The original author, Noah Bogart
<https://github.com/NoahTheDuke/vim-just/>
" Only do this when not done yet for this buffer
@@ -13,5 +14,6 @@ let b:did_ftplugin = 1
setlocal iskeyword+=-
setlocal comments=n:#
setlocal commentstring=#\ %s
+setlocal suffixesadd=.just
-let b:undo_ftplugin = "setlocal iskeyword< comments< commentstring<"
+let b:undo_ftplugin = "setlocal iskeyword< comments< commentstring<
suffixesadd<"
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1wOg17-009vOs-De%40256bit.org.