summaryrefslogtreecommitdiffstats
path: root/runtime/macros
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-02-15 22:14:01 +0100
committerChristian Brabandt <cb@256bit.org>2024-02-15 22:15:58 +0100
commit79230f027a25ff12eb7c7b64e1c063297876aae2 (patch)
tree23ae33221ab070583feea7bfed72349d17efe656 /runtime/macros
parent103f1dfb7df350650a5d7caadb0364bd79e9d25b (diff)
runtime(less): update "Last Change:" header
Commit 103f1dfb7df350650a5d7caadb0364bd79e9d25b forgot to update the "Last Change:" header. So update it now. Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/macros')
-rw-r--r--runtime/macros/less.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/macros/less.vim b/runtime/macros/less.vim
index 9ee6689e25..03a0e90941 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.