diff options
| author | Michael Reed <m.reed@mykolab.com> | 2015-01-30 07:19:43 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-03-26 17:36:40 -0400 |
| commit | c47e0d6210a82f3c2a88e2bc937e77f8b2a72b64 (patch) | |
| tree | 924b025f6150598d4b7833fb9ded9d361c57d44e /runtime/doc/Makefile | |
| parent | 13f0ef66b4b1eb3240a3891450bf96155359acfe (diff) | |
| download | rneovim-c47e0d6210a82f3c2a88e2bc937e77f8b2a72b64.tar.gz rneovim-c47e0d6210a82f3c2a88e2bc937e77f8b2a72b64.tar.bz2 rneovim-c47e0d6210a82f3c2a88e2bc937e77f8b2a72b64.zip | |
doc: Introduce vim-differences #2141
This documents the differences between nvim and nvim.
Regarding the removal of references to 'renderoptions': it was never
added in the first place, so there's no need to mention its "removal".
Diffstat (limited to 'runtime/doc/Makefile')
| -rw-r--r-- | runtime/doc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile index 2b338cc565..2f9063231d 100644 --- a/runtime/doc/Makefile +++ b/runtime/doc/Makefile @@ -21,7 +21,6 @@ DOCS = \ digraph.txt \ editing.txt \ eval.txt \ - remote_plugin.txt \ farsi.txt \ filetype.txt \ fold.txt \ @@ -76,6 +75,7 @@ DOCS = \ quotes.txt \ recover.txt \ remote.txt \ + remote_plugin.txt \ repeat.txt \ rileft.txt \ russian.txt \ @@ -127,6 +127,7 @@ DOCS = \ usr_toc.txt \ various.txt \ vi_diff.txt \ + vim_diff.txt \ visual.txt \ windows.txt @@ -142,7 +143,6 @@ HTMLS = \ digraph.html \ editing.html \ eval.html \ - remote_plugin.html \ farsi.html \ filetype.html \ fold.html \ @@ -196,6 +196,7 @@ HTMLS = \ quotes.html \ recover.html \ remote.html \ + remote_plugin.html \ repeat.html \ rileft.html \ russian.html \ @@ -248,6 +249,7 @@ HTMLS = \ usr_toc.html \ various.html \ vi_diff.html \ + vim_diff.html \ vimindex.html \ visual.html \ windows.html |