comparison src/testdir/Make_all.mak @ 11846:1c65cad8b967 v8.0.0803

patch 8.0.0804: terminal window functions not yet implemented commit https://github.com/vim/vim/commit/c6df10e5d33ffab2c392626e285317ea8241ebff Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 29 20:15:08 2017 +0200 patch 8.0.0804: terminal window functions not yet implemented Problem: Terminal window functions not yet implemented. Solution: Implement several functions. Add a first test. (Yasuhiro Matsumoto, closes #1871)
author Christian Brabandt <cb@256bit.org>
date Sat, 29 Jul 2017 20:30:04 +0200
parents 5e36b2f825cb
children 0240e7e3d736
comparison
equal deleted inserted replaced
11845:4be4a033c246 11846:1c65cad8b967
195 test_stat.res \ 195 test_stat.res \
196 test_substitute.res \ 196 test_substitute.res \
197 test_syntax.res \ 197 test_syntax.res \
198 test_system.res \ 198 test_system.res \
199 test_tcl.res \ 199 test_tcl.res \
200 test_terminal.res \
200 test_textobjects.res \ 201 test_textobjects.res \
201 test_undo.res \ 202 test_undo.res \
202 test_usercommands.res \ 203 test_usercommands.res \
203 test_viminfo.res \ 204 test_viminfo.res \
204 test_vimscript.res \ 205 test_vimscript.res \