view runtime/indent/vue.vim @ 32222:44ba07fe943e v9.0.1442

patch 9.0.1442: mapset() does not restore non-script context Commit: https://github.com/vim/vim/commit/bfc7cbd1d44e53e844a079d8ad16ae990dad664d Author: zeertzjq <zeertzjq@outlook.com> Date: Fri Apr 7 22:09:46 2023 +0100 patch 9.0.1442: mapset() does not restore non-script context Problem: mapset() does not restore non-script context. Solution: Also accept negative sid. (closes https://github.com/vim/vim/issues/12132)
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Apr 2023 23:15:04 +0200
parents 7d68a90cbf5c
children
line wrap: on
line source

" Vim indent file placeholder
" Language:	Vue
" Maintainer:	None, please volunteer if you have a real Vue indent script
" Last Change:	2022 Dec 24

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
   finish
endif
" don't set b:did_indent, otherwise html indenting won't be activated
" let b:did_indent = 1

" Html comes closest
runtime! indent/html.vim