]> granicus.if.org Git - vim/commit
patch 8.0.1794: duplicate term options after renaming v8.0.1794
authorBram Moolenaar <Bram@vim.org>
Sat, 5 May 2018 14:36:06 +0000 (16:36 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 May 2018 14:36:06 +0000 (16:36 +0200)
commitb833c1ef7be1ed216a967dd7262473ec97084fa2
treea93b01ba1f8ddf6df25db24f56fafc79e2bc13ee
parent248be5c5de723c4e2715c574fd920b8b1a1dfebb
patch 8.0.1794: duplicate term options after renaming

Problem:    Duplicate term options after renaming.
Solution:   Remove the old names 'termkey', 'termsize' and 'terminalscroll'.
src/option.c
src/option.h
src/terminal.c
src/testdir/gen_opt_test.vim
src/testdir/screendump.vim
src/version.c