]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime: Remove outdated scripts.vim comment (#12934)
authordkearns <dougkearns@gmail.com>
Sun, 27 Aug 2023 17:47:29 +0000 (03:47 +1000)
committerGitHub <noreply@github.com>
Sun, 27 Aug 2023 17:47:29 +0000 (19:47 +0200)
commit73aba18eb7f06ffe05d6e9f8cd6e260bb01d3d44
tree984b8ef71b2a307846a0470c123f0d0eb6a90ac5
parentd58bad6bc10b47de02357619c8cabecbdac958dc
runtime: Remove outdated scripts.vim comment (#12934)

Problem:  Comment in scripts.vim is outdated
Solution: Delete the comment

runtime/autoload/dist/script.vim is now Vim9 script so =~ does not use
'ignorecase'.

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/scripts.vim