diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2023-08-24 09:27:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 09:27:17 +0100 |
commit | 53170579ce14ccbd777ab36a25a230a27aa4f7bd (patch) | |
tree | cf74703ffa62ec0c99035170422ac564313b8662 /runtime/indent | |
parent | cbadb39d16c15b2a3d4f9a122644b3d61ba2d494 (diff) | |
parent | 23cc36bd99a4e16a0d9d24c7fca62554211a5b1d (diff) | |
download | rneovim-53170579ce14ccbd777ab36a25a230a27aa4f7bd.tar.gz rneovim-53170579ce14ccbd777ab36a25a230a27aa4f7bd.tar.bz2 rneovim-53170579ce14ccbd777ab36a25a230a27aa4f7bd.zip |
Merge pull request #24702 from seandewar/vim-1688938dd5ac
vim-patch:1688938dd5ac,96d6c4aabed1,e8d6f03f6a61
Diffstat (limited to 'runtime/indent')
-rw-r--r-- | runtime/indent/README.txt | 5 | ||||
-rw-r--r-- | runtime/indent/bash.vim | 4 | ||||
-rw-r--r-- | runtime/indent/html.vim | 4 | ||||
-rw-r--r-- | runtime/indent/mail.vim | 4 |
4 files changed, 9 insertions, 8 deletions
diff --git a/runtime/indent/README.txt b/runtime/indent/README.txt index 8628ecccb7..05ab126c8c 100644 --- a/runtime/indent/README.txt +++ b/runtime/indent/README.txt @@ -11,10 +11,11 @@ detecting the file type for this language, by file name extension or by checking a few lines in the file. And please stick to the rules below. If you have remarks about an existing file, send them to the maintainer of -that file. Only when you get no response send a message to Bram@vim.org. +that file. Only when you get no response send a message to the vim-dev +mailing list: <vim-dev@vim.org>. If you are the maintainer of an indent file and make improvements, e-mail the -new version to Bram@vim.org. +new version to the vim-dev mailing list: <vim-dev@vim.org>. Rules for making an indent file: diff --git a/runtime/indent/bash.vim b/runtime/indent/bash.vim index b91640687c..407081232c 100644 --- a/runtime/indent/bash.vim +++ b/runtime/indent/bash.vim @@ -1,7 +1,7 @@ " Vim indent file " Language: bash -" Maintainer: Bram -" Last Change: 2019 Sep 27 +" Maintainer: The Vim Project <https://github.com/vim/vim> +" Last Change: 2023 Aug 13 " Only load this indent file when no other was loaded. if exists("b:did_indent") diff --git a/runtime/indent/html.vim b/runtime/indent/html.vim index 65e0ffc40c..2fa10cc91e 100644 --- a/runtime/indent/html.vim +++ b/runtime/indent/html.vim @@ -1,7 +1,7 @@ " Vim indent script for HTML -" Maintainer: Bram Moolenaar +" Maintainer: The Vim Project <https://github.com/vim/vim> " Original Author: Andy Wokula <anwoku@yahoo.de> -" Last Change: 2022 Jan 31 +" Last Change: 2023 Aug 13 " Version: 1.0 "{{{ " Description: HTML indent script with cached state for faster indenting on a " range of lines. diff --git a/runtime/indent/mail.vim b/runtime/indent/mail.vim index 22bb0f7e12..eec9b4e43d 100644 --- a/runtime/indent/mail.vim +++ b/runtime/indent/mail.vim @@ -1,7 +1,7 @@ " Vim indent file " Language: Mail -" Maintainer: Bram Moolenaar -" Last Change: 2021 Sep 26 +" Maintainer: The Vim Project <https://github.com/vim/vim> +" Last Change: 2023 Aug 13 if exists("b:did_indent") finish |