| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
| |
These files are no longer needed since gen_help_html.lua is working
fairly well.
ref https://github.com/neovim/neovim/pull/11967
|
| |
|
|
|
|
|
|
|
| |
This note in runtime/doc/Makefile explains the special-case:
index.html is the starting point for HTML, but for the help files it
is help.txt. Therefore use vimindex.html for index.txt.
fix #8907
|
| | |
|
| |
|
|
| |
Defines a dependency on the doc tags.
|
| |
|
|
|
| |
I don't want anyone getting the idea that the `-X` flag they might have
used has anything to do with why the `+` is working for them
|
| |
|
|
|
| |
Also clean up man page references in `runtime/doc/Makefile` as it
doesn't deal with them anymore.
|
| | |
|
| |
|
|
|
|
| |
Regarding |script-here|: despite being a language agnostic piece of
advice, it was in `if_perl.txt`. Regardless, we now only have one
support for one legacy plugin interface, so put it in `if_pyth.txt`
|
| |
|
|
|
|
| |
With some spacing/indentation fixes.
Helped by: @Pyrohh, @kopischke
|
| |
|
|
|
|
|
| |
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".
|
| |
|
|
|
|
|
| |
While we're here:
- Remove references to the '+diff' feature, which has since been made
non-optional.
- Update a few Vim instances with Nvim.
|
| | |
|
| |
|
|
|
|
| |
- Rename autoload/rpc to autoload/remote
- External plugins are now remote plugins
- External plugins directory is "rplugin"
|
| | |
|
| |
|
|
|
|
|
| |
* fix some links
* typo
* remove reference to hangul_input
* remove unused vim2html.pl
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
keeping os_dos.txt, see #1115
|
| | |
|
| |
|
|
| |
`more` may cause the travis build to hang
|
| |
|
|
| |
`make html` displays errors for links that are not in the tagfile
|
| | |
|
| |
|
|
|
| |
It seems that this file was used in the windows installer as license
file.
|
| |
|
|
|
| |
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.
|
| |
|
|
| |
these files got all imported, no ned to create them
|
| |
|
|
| |
needed to get `make html` to work.
|
| | |
|
| | |
|
|
|
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>
|