]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): add help specific modeline to pi_tutor.txt
authorChristian Brabandt <cb@256bit.org>
Mon, 4 Nov 2024 18:37:24 +0000 (19:37 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 4 Nov 2024 18:37:24 +0000 (19:37 +0100)
related: #6414

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/pi_tutor.txt

index 7aaafd19ad850ddd68ae6e0102b9022c60f7021d..0f8479e88f82df2d5b168d6dc78314604105edbb 100644 (file)
@@ -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: