comparison runtime/doc/develop.txt @ 11914:4f7081eb1e26

Updated runtime files commit https://github.com/vim/vim/commit/f55e4c867f774d1f27973d06b07b97c0a4d6b968 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 1 20:44:53 2017 +0200 Updated runtime files
author Christian Brabandt <cb@256bit.org>
date Tue, 01 Aug 2017 21:00:06 +0200
parents 74effdaa369e
children 30f9ebe3e602
comparison
equal deleted inserted replaced
11913:ea1271bbe63f 11914:4f7081eb1e26
1 *develop.txt* For Vim version 8.0. Last change: 2017 Jan 05 1 *develop.txt* For Vim version 8.0. Last change: 2017 Jul 31
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
141 and its environment. 141 and its environment.
142 142
143 143
144 VIM IS... NOT *design-not* 144 VIM IS... NOT *design-not*
145 145
146 - Vim is not a shell or an Operating System. You will not be able to run a 146 - Vim is not a shell or an Operating System. It does provide a terminal
147 shell inside Vim or use it to control a debugger. This should work the 147 window, in which you can run a shell or debugger. E.g. to be able to do
148 other way around: Use Vim as a component from a shell or in an IDE. 148 this over an ssh connection. But if you don't need a text editor with that
149 it is out of scope (use something like screen or tmux instead).
149 A satirical way to say this: "Unlike Emacs, Vim does not attempt to include 150 A satirical way to say this: "Unlike Emacs, Vim does not attempt to include
150 everything but the kitchen sink, but some people say that you can clean one 151 everything but the kitchen sink, but some people say that you can clean one
151 with it. ;-)" 152 with it. ;-)"
152 To use Vim with gdb see: http://www.agide.org and http://clewn.sf.net. 153 To use Vim with gdb see: http://www.agide.org and http://clewn.sf.net.
153 - Vim is not a fancy GUI editor that tries to look nice at the cost of 154 - Vim is not a fancy GUI editor that tries to look nice at the cost of