From fb0399aacc455bd7cc33c75208cfe7e183037a03 Mon Sep 17 00:00:00 2001 From: Dundar Göc Date: Wed, 8 Dec 2021 19:45:47 +0100 Subject: docs: remove redundant help files --- runtime/doc/if_lua.txt | 8 -------- runtime/doc/msgpack_rpc.txt | 8 -------- 2 files changed, 16 deletions(-) delete mode 100644 runtime/doc/if_lua.txt delete mode 100644 runtime/doc/msgpack_rpc.txt diff --git a/runtime/doc/if_lua.txt b/runtime/doc/if_lua.txt deleted file mode 100644 index 34bcf0f039..0000000000 --- a/runtime/doc/if_lua.txt +++ /dev/null @@ -1,8 +0,0 @@ - - - NVIM REFERENCE MANUAL - -Moved to |lua.txt| - -============================================================================== - vim:tw=78:ts=8:noet:ft=help:norl: diff --git a/runtime/doc/msgpack_rpc.txt b/runtime/doc/msgpack_rpc.txt deleted file mode 100644 index 5368cf0f4f..0000000000 --- a/runtime/doc/msgpack_rpc.txt +++ /dev/null @@ -1,8 +0,0 @@ - - - NVIM REFERENCE MANUAL - -This document was merged into |api.txt| and |develop.txt|. - -============================================================================== - vim:tw=78:ts=8:noet:ft=help:norl: -- cgit