view runtime/indent/jsp.vim @ 23940:949238ccbd50 v8.2.2512

patch 8.2.2512: Vim9: compiling error test sometimes fails Commit: https://github.com/vim/vim/commit/03dfde2b5f81f06639ec8697cdd32ad50d8509fd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 14 13:17:22 2021 +0100 patch 8.2.2512: Vim9: compiling error test sometimes fails Problem: Vim9: compiling error test sometimes fails. Solution: use WaitForAssert() instead of sleeping for a bit. (Dominique Pell?, closes #7837)
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Feb 2021 13:30:03 +0100
parents e63691e7c504
children
line wrap: on
line source

" Vim filetype indent file
" Language:    JSP files
" Maintainer:  David Fishburn <fishburn@ianywhere.com>
" Version:     1.0
" Last Change: Wed Nov 08 2006 11:08:05 AM

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
    finish
endif

" If there has been no specific JSP indent script created, 
" use the default html indent script which will handle
" html, javascript and most of the JSP constructs.
runtime! indent/html.vim