comparison runtime/doc/terminal.txt @ 18489:1cd44535be32

Update runtime files. Commit: https://github.com/vim/vim/commit/1ff14ba24c4d85c008d7abe5e140dbb497ffea8d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 2 14:09:23 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Nov 2019 14:15:04 +0100
parents 6d11fc4aa683
children 39b0c28fe495
comparison
equal deleted inserted replaced
18488:1d7e6b677119 18489:1cd44535be32
1 *terminal.txt* For Vim version 8.1. Last change: 2019 Oct 20 1 *terminal.txt* For Vim version 8.1. Last change: 2019 Nov 01
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1171 1171
1172 Example session ~ 1172 Example session ~
1173 *termdebug-example* 1173 *termdebug-example*
1174 Start in the Vim "src" directory and build Vim: > 1174 Start in the Vim "src" directory and build Vim: >
1175 % make 1175 % make
1176 Make sure that debug symbols are present, usually that means that $CFLAGS
1177 includes "-g".
1178
1176 Start Vim: > 1179 Start Vim: >
1177 % ./vim 1180 % ./vim
1181
1178 Load the termdebug plugin and start debugging Vim: > 1182 Load the termdebug plugin and start debugging Vim: >
1179 :packadd termdebug 1183 :packadd termdebug
1180 :Termdebug vim 1184 :Termdebug vim
1181 You should now have three windows: 1185 You should now have three windows:
1182 source - where you started, has a window toolbar with buttons 1186 source - where you started, has a window toolbar with buttons