comparison runtime/doc/develop.txt @ 20115:bd021eb62e73

Update runtime files Commit: https://github.com/vim/vim/commit/2c7f8c574f1f8723d59adca3fec8fb89c41cf8c9 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 20 19:52:53 2020 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Apr 2020 20:00:05 +0200
parents af69c9335223
children 1b345fb68ae3
comparison
equal deleted inserted replaced
20114:80e88fbca4ea 20115:bd021eb62e73
1 *develop.txt* For Vim version 8.2. Last change: 2019 Nov 22 1 *develop.txt* For Vim version 8.2. Last change: 2020 Apr 13
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
149 this over an ssh connection. But if you don't need a text editor with that 149 this over an ssh connection. But if you don't need a text editor with that
150 it is out of scope (use something like screen or tmux instead). 150 it is out of scope (use something like screen or tmux instead).
151 A satirical way to say this: "Unlike Emacs, Vim does not attempt to include 151 A satirical way to say this: "Unlike Emacs, Vim does not attempt to include
152 everything but the kitchen sink, but some people say that you can clean one 152 everything but the kitchen sink, but some people say that you can clean one
153 with it. ;-)" 153 with it. ;-)"
154 To use Vim with gdb see: http://www.agide.org and http://clewn.sf.net. 154 To use Vim with gdb see |terminal-debugger|. Other (older) tools can be
155 found at http://www.agide.org and http://clewn.sf.net.
155 - Vim is not a fancy GUI editor that tries to look nice at the cost of 156 - Vim is not a fancy GUI editor that tries to look nice at the cost of
156 being less consistent over all platforms. But functional GUI features are 157 being less consistent over all platforms. But functional GUI features are
157 welcomed. 158 welcomed.
158 159
159 ============================================================================== 160 ==============================================================================