aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Collapse)AuthorAge
* version: Refer to nvim help on startup screen.Florian Walch2014-11-06
|
* runtime/docs/msgpack-rpc: Misc. fixesMichael Reed2014-11-03
| | | | | | | | | | | | - Correct apostrophe usage, primarily with it's/its - Correct usage of 'e.g.' - Capitalize acronyms - Prepend NVIM_LISTEN_ADDRESS with '$' to match previous instance - Avoid awkward phrasing - Make lists with an explicitly stated number of points numbered to match other such lists - Added space before parentheses - rm trailing whitespace
* Fix python setup: Fix issue for users not using python.Eliseo Martínez2014-10-31
|
* version: update user-facing version indicatorsJustin M. Keyes2014-10-07
| | | | | | | - VIM_VERSION_LONG and VIM_VERSION_LONG_DATE do not affect plugins, they are only cosmetic. - Vim-related version identifiers will be preserved for plugin compatibility (has("patchXXX") and v:version).
* doc: remove links to non existent filesStefan Hoffmann2014-10-06
|
* doc: cleanupStefan Hoffmann2014-10-06
| | | | | | | * fix some links * typo * remove reference to hangul_input * remove unused vim2html.pl
* doc: remove documentation for `:shell`Stefan Hoffmann2014-10-06
| | | | see #450
* 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
* Removes shelltype option and all revelant doc. #1249Joseph Anthony Pasquale Holsten2014-10-06
| | | | Fixes #1240
* runtime: fix executable bit on some filesJohn Szakmeister2014-09-22
|
* doc: fix links to index.html and vimindex.htmlStefan Hoffmann2014-09-21
|
* 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: rename `*.UTF-8.1` filesStefan Hoffmann2014-09-20
|
* 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 generated manpagesStefan Hoffmann2014-09-20
|
* doc: remove reference to config.mk, hangulin.txtStefan Hoffmann2014-09-20
| | | | needed to get `make html` to work.
* runtime: Some nvim documentation fixes pointed by @oni-linkThiago de Arruda2014-09-15
|
* eval.c: Rename has('neovim') feature to has('nvim')Thiago de Arruda2014-09-15
| | | | To follow the convention of 'nvim' for technical references
* runtime: Document python interface, clipboard and add intro docThiago de Arruda2014-09-13
|
* runtime: Document 'unnamedclip'Thiago de Arruda2014-09-13
|
* runtime: Initial job control documentationThiago de Arruda2014-09-13
|
* runtime: Initial msgpack-rpc documentationThiago de Arruda2014-09-13
|
* Remove version{4,5,6,7}.txtFredrik Fornwall2014-08-26
|
* Merge pull request #1082 from fornwall/remove-os-msdos-txtJustin M. Keyes2014-08-26
|\ | | | | Remove os_msdos.txt due to dropped MS-DOS support
| * Remove os_msdos.txt due to dropped MS-DOS supportFredrik Fornwall2014-08-18
| |
* | Spelling fixesWill Stamper2014-08-24
|/
* Make ttyfast default to true on all terminals #1051Fredrik Fornwall2014-08-18
|
* documentation: Update tempfile and tempname()Pavel Platto2014-08-09
|
* Remove unused USE_TERM_CONSOLE ifdefs #1015Fredrik Fornwall2014-08-07
| | | | This is unused after dropped amiga and msdos support.
* documentation: update documentation for :mode #1009Stefan Hoffmann2014-08-07
| | | | see #588
* Drop SGI IRIS support. #1006Fredrik Fornwall2014-08-07
|
* doc: Remove "h" flag of 'highlight' optionJustin M. Keyes2014-07-30
| | | | | | HLF_H is an obsolete flag and got replaced by HLF_E. From: Marco Hinz <mh.codebro@gmail.com>
* runtime: Remove 'textauto'Justin M. Keyes2014-07-30
|
* doc: Remove 'textmode'Justin M. Keyes2014-07-30
| | | | by @mhinz
* Remove FEAT_MOUSE_JSBFredrik Fornwall2014-07-29
| | | | This is never built and references some obscure jsb terminal
* 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>