commit | b529cfbd04c02e31cfa88f2c8d88b5ff532d4f7d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 25 15:42:07 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 25 15:42:07 2022 +0100 |
tree | dc432e1b5129a6cdddf67ae6468e72315a0452b6 | |
parent | cd6ad6439da2ee2d1a8a6934c9d69e9c2664ba55 [diff] [blame] |
Update runtime files
diff --git a/runtime/indent/expect.vim b/runtime/indent/expect.vim new file mode 100644 index 0000000..f2a1f05 --- /dev/null +++ b/runtime/indent/expect.vim
@@ -0,0 +1,11 @@ +" 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