comparison runtime/indent/vue.vim @ 31579:7d68a90cbf5c

Update runtime files Commit: https://github.com/vim/vim/commit/f1dcd14fc5d4370476cd82895a4479ca2d252e54 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 31 15:30:45 2022 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 31 Dec 2022 16:45:06 +0100
parents 1e91e26ceebf
children
comparison
equal deleted inserted replaced
31578:e90cb8fbfbb6 31579:7d68a90cbf5c
1 " Vim indent file placeholder 1 " Vim indent file placeholder
2 " Language: Vue 2 " Language: Vue
3 " Maintainer: None, please volunteer if you have a real Vue indent script 3 " Maintainer: None, please volunteer if you have a real Vue indent script
4 " Last Change: 2022 Dec 24
4 5
5 " Only load this indent file when no other was loaded. 6 " Only load this indent file when no other was loaded.
6 if exists("b:did_indent") 7 if exists("b:did_indent")
7 finish 8 finish
8 endif 9 endif
9 let b:did_indent = 1 10 " don't set b:did_indent, otherwise html indenting won't be activated
11 " let b:did_indent = 1
10 12
11 " Html comes closest 13 " Html comes closest
12 runtime! indent/html.vim 14 runtime! indent/html.vim