[lldb/Utils] Remove vim-lldb
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 10 Jan 2020 22:40:42 +0000 (14:40 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 10 Jan 2020 22:40:42 +0000 (14:40 -0800)
commitc5adcdc5c88a89241b1150824fc44370c62c7132
treef2047a0dedd6af9b305512603b0144d7614f7ffb
parent7ce92dc0b4bcc1044052a06df3f07a94eb890823
[lldb/Utils] Remove vim-lldb

The vim-lldb plugin is unmaintained and doesn't work with a recent vim
installation that uses Python 3. This removes it from the LLDB
repository. The code is still available under lldb-tools on GitHub like
we did with for lldb-mi. (https://github.com/lldb-tools/vim-lldb)

Differential revision: https://reviews.llvm.org/D72541
lldb/utils/vim-lldb/README [deleted file]
lldb/utils/vim-lldb/doc/lldb.txt [deleted file]
lldb/utils/vim-lldb/plugin/lldb.vim [deleted file]
lldb/utils/vim-lldb/python-vim-lldb/import_lldb.py [deleted file]
lldb/utils/vim-lldb/python-vim-lldb/lldb_controller.py [deleted file]
lldb/utils/vim-lldb/python-vim-lldb/plugin.py [deleted file]
lldb/utils/vim-lldb/python-vim-lldb/vim_panes.py [deleted file]
lldb/utils/vim-lldb/python-vim-lldb/vim_signs.py [deleted file]
lldb/utils/vim-lldb/python-vim-lldb/vim_ui.py [deleted file]