annotate runtime/indent/dictconf.vim @ 32851:8e9fbfc90732 v9.0.1736

patch 9.0.1736: Github Actions times out after 20 minutes Commit: https://github.com/vim/vim/commit/07a2b61d4c76b264740a47fac781803a9b8bcc08 Author: Christian Brabandt <cb@256bit.org> Date: Fri Aug 18 01:18:22 2023 +0200 patch 9.0.1736: Github Actions times out after 20 minutes Problem: Github Actions times out after 20 minutes Solution: Increase the timeout to 25 minutes Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 18 Aug 2023 01:30:02 +0200
parents 6dd88e45d47d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
389
4fe8e1a7758e updated for version 7.0102
vimboss
parents:
diff changeset
1 " Vim indent file
11062
1218c5353e2b Runtime file updates.
Christian Brabandt <cb@256bit.org>
parents: 1201
diff changeset
2 " Language: dict(1) configuration file
1218c5353e2b Runtime file updates.
Christian Brabandt <cb@256bit.org>
parents: 1201
diff changeset
3 " Previous Maintainer: Nikolai Weibull <now@bitwi.se>
28379
6dd88e45d47d Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 11062
diff changeset
4 " Last Change: 2022 Apr 06
389
4fe8e1a7758e updated for version 7.0102
vimboss
parents:
diff changeset
5
4fe8e1a7758e updated for version 7.0102
vimboss
parents:
diff changeset
6 if exists("b:did_indent")
4fe8e1a7758e updated for version 7.0102
vimboss
parents:
diff changeset
7 finish
4fe8e1a7758e updated for version 7.0102
vimboss
parents:
diff changeset
8 endif
4fe8e1a7758e updated for version 7.0102
vimboss
parents:
diff changeset
9 let b:did_indent = 1
4fe8e1a7758e updated for version 7.0102
vimboss
parents:
diff changeset
10
4fe8e1a7758e updated for version 7.0102
vimboss
parents:
diff changeset
11 setlocal indentkeys=0{,0},!^F,o,O cinwords= autoindent smartindent
1201
4d2585cf5950 updated for version 7.1b
vimboss
parents: 839
diff changeset
12 setlocal nosmartindent
389
4fe8e1a7758e updated for version 7.0102
vimboss
parents:
diff changeset
13 inoremap <buffer> # X#
28379
6dd88e45d47d Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 11062
diff changeset
14
6dd88e45d47d Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 11062
diff changeset
15 let b:undo_indent = "setl ai< cinw< indk< si< | silent! iunmap <buffer> #"