mirror of
https://github.com/neovim/neovim.git
synced 2026-09-25 06:52:06 +00:00
Update runtime files https://github.com/vim/vim/commit/b529cfbd04c02e31cfa88f2c8d88b5ff532d4f7d
12 lines
207 B
VimL
12 lines
207 B
VimL
" Vim indent file
|
|
" Language: Expect
|
|
" Maintainer: Doug Kearns <dougkearns@gmail.com>
|
|
" Last Change: 2022 Jul 16
|
|
|
|
if exists("b:did_indent")
|
|
finish
|
|
endif
|
|
|
|
" Syntax is similar to Tcl
|
|
runtime! indent/tcl.vim
|