annotate runtime/indent/raml.vim @ 23340:8e0d6f355a5a
v8.2.2213
patch 8.2.2213: checking white space around -> is not backwards compatible
Commit: https://github.com/vim/vim/commit/7cfcd0c99c485a973d8cbff939531e430ad77f55
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Dec 25 16:11:53 2020 +0100
patch 8.2.2213: checking white space around -> is not backwards compatible
Problem: Checking white space around -> is not backwards compatible.
Solution: Only check white space around =>.
author |
Bram Moolenaar <Bram@vim.org> |
date |
Fri, 25 Dec 2020 16:15:03 +0100 |
parents |
2b30a2b4bde2 |
children |
|
rev |
line source |
14999
|
1 " Vim indent file
|
|
2 " Language: RAML (RESTful API Modeling Language)
|
|
3 " Maintainer: mucheng <leisurelicht@gmail.com>
|
|
4 " License: VIM LICENSE
|
|
5 " Latest Revision: 2018-11-03
|
|
6
|
|
7 if exists("b:did_indent")
|
|
8 finish
|
|
9 endif
|
|
10
|
|
11 " Same as yaml indenting.
|
|
12 runtime! indent/yaml.vim
|