Mercurial > vim
annotate src/testdir/amiga.vim @ 20450:d5d89c24eec7 v8.2.0779
patch 8.2.0779: tmode_T not used everywhere
Commit: https://github.com/vim/vim/commit/f4e16ae041962555316a6953df30a45f4c45be6a
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun May 17 16:10:11 2020 +0200
patch 8.2.0779: tmode_T not used everywhere
Problem: Tmode_T not used everywhere.
Solution: Also use tmode_T for settmode().
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 17 May 2020 16:15:04 +0200 |
parents | f0201deac2a2 |
children |
rev | line source |
---|---|
7 | 1 " Settings for test script execution |
2 set shell=csh | |
3 map! /tmp t: | |
4 cmap !rm !Delete all | |
9501
f0201deac2a2
commit https://github.com/vim/vim/commit/89b10421ca1aea55acbafac1df93be4e20210ceb
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
5 |
f0201deac2a2
commit https://github.com/vim/vim/commit/89b10421ca1aea55acbafac1df93be4e20210ceb
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
6 source setup.vim |