runtime(doc): add help specific modeline to pi_tutor.txt Commit: https://github.com/vim/vim/commit/ac2bb9dfeabc583b33414c50c80d105f480f707f Author: Christian Brabandt <c...@256bit.org> Date: Mon Nov 4 19:37:24 2024 +0100
runtime(doc): add help specific modeline to pi_tutor.txt related: https://github.com/vim/vim/issues/6414 Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/pi_tutor.txt b/runtime/doc/pi_tutor.txt index 7aaafd19a..0f8479e88 100644 --- a/runtime/doc/pi_tutor.txt +++ b/runtime/doc/pi_tutor.txt @@ -1,11 +1,11 @@ -*pi_tutor.txt* For Vim version 9.1. Last change: 2024 Nov 02 +*pi_tutor.txt* For Vim version 9.1. Last change: 2024 Nov 03 INTERACTIVE TUTORIALS FOR VIM *vim-tutor-mode* vim-tutor-mode provides a system to follow and create interactive tutorials for vim and third party plugins. It replaces the venerable `vimtutor` system. -============================================================================== +============================================================================= 1. Usage *vim-tutor-usage* vim-tutor-mode tutorials are hypertext documents, they have rich text and @@ -40,7 +40,7 @@ to be detected by the :Tutor command. It is recommended to use a less formal style when writing tutorials than in regular documentation (unless the content requires it). -============================================================================ +============================================================================= 3. Contributing Development of the plugin is done over at github [1]. Feel free to report @@ -48,4 +48,5 @@ issues and make suggestions. [1]: https://github.com/fmoralesc/vim-tutor-mode -" vim: set ft=help : +============================================================================= + vim:tw=78:ts=8:noet:ft=help:norl: -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1t824X-00E7iR-R7%40256bit.org.