annotate runtime/ftplugin/btm.vim @ 26416:7606d9b13068 v8.2.3739

patch 8.2.3739: in wrong directory when using win_execute() with 'acd' set Commit: https://github.com/vim/vim/commit/dea4a616376c6500894c16e26057ce16d7ef9f0e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 4 22:03:34 2021 +0000 patch 8.2.3739: in wrong directory when using win_execute() with 'acd' set Problem: In wrong directory when using win_execute() with 'acd' set. Solution: Restore the directory when returning to the window. (closes https://github.com/vim/vim/issues/9276)
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 Dec 2021 23:15:03 +0100
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