]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(asm): fix undefined variable in indent plugin
authorChristian Brabandt <cb@256bit.org>
Thu, 25 Apr 2024 20:42:05 +0000 (22:42 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 25 Apr 2024 20:42:05 +0000 (22:42 +0200)
commit98b12ede31754071f36fb7a73324456c1ee7b89c
treecf0d620935e778293a98fb62dff0cfbfb83cc15a
parent38b9f45253f582ab63174376e321092f8a9a7808
runtime(asm): fix undefined variable in indent plugin

It's an indent script, so we need to set the  b:undo_indent variable
instead of the b:undo_ftplugin var.

fixes: #14602

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/indent/asm.vim