VIM IS... NOT

Vim上でシェル動かしたいなぁとか思ってたんだけど、

:help design-not

を見ると、

- Vim is not a shell or an Operating System.  You will not be able to run a
  shell inside Vim or use it to control a debugger.  This should work the
  other way around: Use Vim as a component from a shell or in an IDE.
  A satirical way to say this: "Unlike Emacs, Vim does not attempt to include
  everything but the kitchen sink, but some people say that you can clean one
  with it.  ;-)"
  To use Vim with gdb see: http://www.agide.org and http://clewn.sf.net.
(適当な訳)
- VimはシェルやOSではない。Vimの内側でシェルを走らせたり、それを使ってデッバガ
  を扱かったりすることはできない。これは逆であるべきだ。VimをシェルやIDEからコ
  ンポーネントとして使うべきである。風刺的に言うと、「Emacsと違って、Vimはキッ
  チンシンク以外のものを取り込もうとはしないけど、それがあれば何でもきれいにで
  きると思う。;-)」
  Vimをgdbといっしょに使うにはhttp://www.agide.orgやhttp://clewn.sf.netを見る
  とよい。

って書いてあった。やっぱりそうなのかー。