]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(rst): Update b:undo_ftplugin variable
authorDoug Kearns <dougkearns@gmail.com>
Mon, 13 Oct 2025 18:34:47 +0000 (18:34 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 13 Oct 2025 18:36:38 +0000 (18:36 +0000)
commit5ffb23c967189585b74bb9a031caf3b6ef7cce9c
tree2d85221e24278a257890917cb296d0c68664407b
parent46d86979a9208e0842e1d8cfc0341737efc95e75
runtime(rst): Update b:undo_ftplugin variable

The value of this variable is evaluated when the 'filetype' option is
changed and should be a command string that will undo any configuration
changes that the plugin has made.

See :help undo_indent for details

related: #18566

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Marshall Ward <marshall.ward@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/ftplugin/rst.vim