comparison runtime/indent/rpl.vim @ 22723:5b7ea82bc18f

Update runtime files. Commit: https://github.com/vim/vim/commit/cb80aa2d53e56d3aba3b3c439fb467f29a750c5e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 26 21:12:46 2020 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Mon, 26 Oct 2020 21:15:07 +0100
parents 63b0b7b79b25
children
comparison
equal deleted inserted replaced
22722:41cc1c207f82 22723:5b7ea82bc18f
1 " Vim indent file 1 " Vim indent file
2 " Language: RPL/2 2 " Language: RPL/2
3 " Version: 0.2 3 " Version: 0.2
4 " Last Change: 2017 Jun 13 4 " Last Change: 2017 Jun 13
5 " Maintainer: BERTRAND Joël <rpl2@free.fr> 5 " Maintainer: BERTRAND Joël <rpl2@free.fr>
6 6
7 " Only load this indent file when no other was loaded. 7 " Only load this indent file when no other was loaded.
8 if exists("b:did_indent") 8 if exists("b:did_indent")
9 finish 9 finish
10 endif 10 endif