ziglang / zig.vim

Vim configuration for Zig
MIT License
448 stars 56 forks source link

Set b:undo_indent #76

Closed dkearns closed 2 years ago

dkearns commented 2 years ago

Like b:undo_ftplugin in filetype plugins, b:undo_indent should be set to to a command that will undo the effect of any configuration changes in indent plugins.

See :help undo_indent for details.