annotate runtime/indent/ant.vim @ 30811:c02b74b87608
v9.0.0740
patch 9.0.0740: prop_add_list() gives multiple errors for invalid argument
Commit: https://github.com/vim/vim/commit/4997f2a605e15261c4f825494324371f271ef6a8
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Oct 13 14:00:45 2022 +0100
patch 9.0.0740: prop_add_list() gives multiple errors for invalid argument
Problem: prop_add_list() gives multiple errors for invalid argument.
Solution: Only give one error message.
author |
Bram Moolenaar <Bram@vim.org> |
date |
Thu, 13 Oct 2022 15:15:07 +0200 |
parents |
3fc0f57ecb91 |
children |
|
rev |
line source |
7
|
1 " Vim indent file
|
|
2 " Language: ANT files
|
|
3 " Maintainer: David Fishburn <fishburn@ianywhere.com>
|
|
4 " Last Change: Thu May 15 2003 10:02:54 PM
|
|
5
|
|
6 " Only load this indent file when no other was loaded.
|
|
7 if exists("b:did_indent")
|
|
8 finish
|
|
9 endif
|
|
10
|
|
11 " Use XML formatting rules
|
|
12 runtime! indent/xml.vim
|