aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/Makefile
Commit message (Collapse)AuthorAge
* runtime: Refer to plugins running outside Nvim as "remote plugins"Thiago de Arruda2014-11-21
| | | | | | - Rename autoload/rpc to autoload/remote - External plugins are now remote plugins - External plugins directory is "rplugin"
* doc: Add nvim_provider/external_plugin to doc MakefileThiago de Arruda2014-11-20
|
* doc: cleanupStefan Hoffmann2014-10-06
| | | | | | | * fix some links * typo * remove reference to hangul_input * remove unused vim2html.pl
* doc: remove netbeans.txtStefan Hoffmann2014-10-06
|
* doc: remove workshop.txtStefan Hoffmann2014-10-06
|
* doc: remove if_ole.txtStefan Hoffmann2014-10-06
|
* doc: remove if_sniff.txtStefan Hoffmann2014-10-06
|
* doc: remove gui_w16.txtStefan Hoffmann2014-10-06
|
* doc: remove legacy os_*.txtStefan Hoffmann2014-10-06
| | | | keeping os_dos.txt, see #1115
* doc: add new doc files to MakefileStefan Hoffmann2014-09-20
|
* doc: use `cat` instead of `more` to display errorsStefan Hoffmann2014-09-20
| | | | `more` may cause the travis build to hang
* doc: remove links that point nowhereStefan Hoffmann2014-09-20
| | | | `make html` displays errors for links that are not in the tagfile
* doc: move manpages into their own folderStefan Hoffmann2014-09-20
|
* doc: remove uganda.nsis.txt targetStefan Hoffmann2014-09-20
| | | | | It seems that this file was used in the windows installer as license file.
* doc: remove encoding conversion targetsStefan Hoffmann2014-09-20
| | | | | this deletes the source files wich have an utf-8 generated file. in the next step the generated *UTF-8.1* files will be renamed.
* doc: remove some unnecessary targetsStefan Hoffmann2014-09-20
| | | | these files got all imported, no ned to create them
* doc: remove reference to config.mk, hangulin.txtStefan Hoffmann2014-09-20
| | | | needed to get `make html` to work.
* Remove version{4,5,6,7}.txtFredrik Fornwall2014-08-26
|
* Remove os_msdos.txt due to dropped MS-DOS supportFredrik Fornwall2014-08-18
|
* re-integrate runtime/ vim-patch:0 #938Justin M. Keyes2014-07-29
Vim runtime files based on 7.4.384 / hg changeset 7090d7f160f7 Excluding: Amiga icons (*.info, icons/) doc/hangulin.txt tutor/ spell/ lang/ (only used for menu translations) macros/maze/, macros/hanoi/, macros/life/, macros/urm/ These were used to test vi compatibility. termcap "Demonstration of a termcap file (for the Amiga and Archimedes)" Helped-by: Rich Wareham <rjw57@cam.ac.uk> Helped-by: John <john.schmidt.h@gmail.com> Helped-by: Yann <yann@yann-salaun.com> Helped-by: Christophe Badoit <c.badoit@lesiteimmo.com> Helped-by: drasill <github@tof2k.com> Helped-by: Tae Sandoval Murgan <taecilla@gmail.com> Helped-by: Lowe Thiderman <lowe.thiderman@gmail.com>