Mercurial > vim
comparison runtime/indent/expect.vim @ 29450:67f31c24291b
Update runtime files
Commit: https://github.com/vim/vim/commit/b529cfbd04c02e31cfa88f2c8d88b5ff532d4f7d
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jul 25 15:42:07 2022 +0100
Update runtime files
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 25 Jul 2022 16:45:06 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
29449:25b27a637e86 | 29450:67f31c24291b |
---|---|
1 " Vim indent file | |
2 " Language: Expect | |
3 " Maintainer: Doug Kearns <dougkearns@gmail.com> | |
4 " Last Change: 2022 Jul 16 | |
5 | |
6 if exists("b:did_indent") | |
7 finish | |
8 endif | |
9 | |
10 " Syntax is similar to Tcl | |
11 runtime! indent/tcl.vim |