diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-02-15 22:33:24 +0100 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-02-16 08:57:45 +0100 |
commit | 422b090e0c668a129ef8535a0e52ee6e973e93ad (patch) | |
tree | 5dc21db2d16283943c4e00e5fa1f950a101e3239 | |
parent | a1d977d8eb2ac31021f647c79e1cebde1bf5af43 (diff) | |
download | rneovim-422b090e0c668a129ef8535a0e52ee6e973e93ad.tar.gz rneovim-422b090e0c668a129ef8535a0e52ee6e973e93ad.tar.bz2 rneovim-422b090e0c668a129ef8535a0e52ee6e973e93ad.zip |
vim-patch:79230f027a25
runtime(less): update "Last Change:" header
Commit 103f1dfb7df350650a5d7caadb0364bd79e9d25b forgot to update the
"Last Change:" header. So update it now.
https://github.com/vim/vim/commit/79230f027a25ff12eb7c7b64e1c063297876aae2
Co-authored-by: Christian Brabandt <cb@256bit.org>
-rw-r--r-- | runtime/macros/less.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/macros/less.vim b/runtime/macros/less.vim index 457ea2125c..8df29d96e6 100644 --- a/runtime/macros/less.vim +++ b/runtime/macros/less.vim @@ -1,6 +1,6 @@ " Vim script to work like "less" " Maintainer: The Vim Project <https://github.com/vim/vim> -" Last Change: 2023 Aug 10 +" Last Change: 2024 Feb 15 " Former Maintainer: Bram Moolenaar <Bram@vim.org> " Avoid loading this file twice, allow the user to define his own script. |