comparison runtime/doc/debugger.txt @ 19163:63beef1ca62c

Update runtime files. Commit: https://github.com/vim/vim/commit/ade0d39468014fd55d30f7647a1ac104baff4bc5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 21 22:33:58 2020 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Jan 2020 22:45:04 +0100
parents 130acb903dbe
children f8116058ca76
comparison
equal deleted inserted replaced
19162:d02825cf56e3 19163:63beef1ca62c
112 ============================================================================== 112 ==============================================================================
113 2. Vim Compile Options *debugger-compilation* 113 2. Vim Compile Options *debugger-compilation*
114 114
115 The debugger features were added for use with Sun's Visual WorkShop Integrated 115 The debugger features were added for use with Sun's Visual WorkShop Integrated
116 Programming Environment (ipe). However, they were done in as generic a manner 116 Programming Environment (ipe). However, they were done in as generic a manner
117 as possible so that integration with other debuggers could also these 117 as possible so that integration with other debuggers could also use these
118 features. 118 features.
119 119
120 The following compile time preprocessor variables control the features: 120 The following compile time preprocessor variables control the features:
121 121
122 Alternate Command Input ALT_X_INPUT 122 Alternate Command Input ALT_X_INPUT