Marc Sven Schulte
2e9b9e9a9e
runtime(asm): missing setlocal in indent plugin ( #14658 )
...
Signed-off-by: Marc Sven Schulte <167623652+msschulte@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-04-28 21:43:03 +02:00
Christian Brabandt
98b12ede31
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>
2024-04-25 22:42:05 +02:00
Wu, Zhenyu
27f17a6d34
runtime(asm): add basic indent support
...
closes : #14383
Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-04-10 22:48:57 +02:00