mirror of
https://github.com/neovim/neovim.git
synced 2026-03-02 22:31:41 +10:00
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: vim/vim#14602
98b12ede31
Co-authored-by: Christian Brabandt <cb@256bit.org>