diff options
| author | Thiago de Arruda <tpadilha84@gmail.com> | 2015-03-28 12:33:19 -0300 |
|---|---|---|
| committer | Thiago de Arruda <tpadilha84@gmail.com> | 2015-03-29 20:35:45 -0300 |
| commit | b94f29004b8d74e80156853695a1aaeec857085d (patch) | |
| tree | ccae254cda1e902971d2689210d14d8f44ebc4b8 /runtime/doc/Makefile | |
| parent | 88d8ca73f9d1e49342a0d93763606af1e38e0461 (diff) | |
| download | rneovim-b94f29004b8d74e80156853695a1aaeec857085d.tar.gz rneovim-b94f29004b8d74e80156853695a1aaeec857085d.tar.bz2 rneovim-b94f29004b8d74e80156853695a1aaeec857085d.zip | |
doc: Begin terminal emulator documentation
With some spacing/indentation fixes.
Helped by: @Pyrohh, @kopischke
Diffstat (limited to 'runtime/doc/Makefile')
| -rw-r--r-- | runtime/doc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile index 2f9063231d..4bced03d7e 100644 --- a/runtime/doc/Makefile +++ b/runtime/doc/Makefile @@ -55,6 +55,7 @@ DOCS = \ nvim_intro.txt \ nvim_provider.txt \ nvim_python.txt \ + nvim_terminal_emulator.txt \ options.txt \ os_dos.txt \ os_mac.txt \ @@ -176,6 +177,7 @@ HTMLS = \ nvim_intro.html \ nvim_provider.html \ nvim_python.html \ + nvim_terminal_emulator.html \ options.html \ os_dos.html \ os_mac.html \ |