aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2021-12-09 09:23:18 -0500
committerGitHub <noreply@github.com>2021-12-09 09:23:18 -0500
commit2fe60905f6e12b3cae5c9ca2d1456fe23501be61 (patch)
tree9d89d5db8301a234cc5bc6cb54baa113c44073c7
parent6063e07a0f50855f3e8fad38f04cd1d7f6535443 (diff)
parentfb0399aacc455bd7cc33c75208cfe7e183037a03 (diff)
downloadrneovim-2fe60905f6e12b3cae5c9ca2d1456fe23501be61.tar.gz
rneovim-2fe60905f6e12b3cae5c9ca2d1456fe23501be61.tar.bz2
rneovim-2fe60905f6e12b3cae5c9ca2d1456fe23501be61.zip
Merge pull request #16582 from dundargoc/docs/remove-redundant-help-files
docs: remove redundant help files
-rw-r--r--runtime/doc/if_lua.txt8
-rw-r--r--runtime/doc/msgpack_rpc.txt8
2 files changed, 0 insertions, 16 deletions
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: