changeset 34368:a3236a7ac392

runtime(less): update "Last Change:" header Commit: https://github.com/vim/vim/commit/79230f027a25ff12eb7c7b64e1c063297876aae2 Author: Christian Brabandt <cb@256bit.org> Date: Thu Feb 15 22:14:01 2024 +0100 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>
author Christian Brabandt <cb@256bit.org>
date Thu, 15 Feb 2024 22:30:03 +0100
parents 9ddc74d06433
children 92452a65138e
files runtime/macros/less.vim
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.