annotate runtime/ftplugin/btm.vim @ 28289:cdaff4db7760 v8.2.4670

patch 8.2.4670: memory allocation failures for new tab page not tested Commit: https://github.com/vim/vim/commit/72bb47e38f6805050ed6d969f17591bed71f83d4 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sun Apr 3 11:22:38 2022 +0100 patch 8.2.4670: memory allocation failures for new tab page not tested Problem: Memory allocation failures for new tab page not tested. Solution: Add tests with failing memory allocation. (Yegappan Lakshmanan, closes #10067)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Apr 2022 12:30:03 +0200
parents 631143ac4a01
children 4027cefc2aab
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15
631143ac4a01 updated for version 7.0007
vimboss
parents:
diff changeset
1 " Vim filetype plugin file
631143ac4a01 updated for version 7.0007
vimboss
parents:
diff changeset
2 " Language: BTM
631143ac4a01 updated for version 7.0007
vimboss
parents:
diff changeset
3 " Maintainer: Bram Moolenaar <Bram@vim.org>
631143ac4a01 updated for version 7.0007
vimboss
parents:
diff changeset
4 " Last Change: 2004 Jul 06
631143ac4a01 updated for version 7.0007
vimboss
parents:
diff changeset
5
631143ac4a01 updated for version 7.0007
vimboss
parents:
diff changeset
6 " Only do this when not done yet for this buffer
631143ac4a01 updated for version 7.0007
vimboss
parents:
diff changeset
7 if exists("b:did_ftplugin")
631143ac4a01 updated for version 7.0007
vimboss
parents:
diff changeset
8 finish
631143ac4a01 updated for version 7.0007
vimboss
parents:
diff changeset
9 endif
631143ac4a01 updated for version 7.0007
vimboss
parents:
diff changeset
10
631143ac4a01 updated for version 7.0007
vimboss
parents:
diff changeset
11 " Behaves just like dosbatch
631143ac4a01 updated for version 7.0007
vimboss
parents:
diff changeset
12 runtime! ftplugin/dosbatch.vim ftplugin/dosbatch_*.vim ftplugin/dosbatch/*.vim