Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | version: Refer to nvim help on startup screen. | Florian Walch | 2014-11-06 |
| | |||
* | runtime/docs/msgpack-rpc: Misc. fixes | Michael Reed | 2014-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ínez | 2014-10-31 |
| | |||
* | version: update user-facing version indicators | Justin M. Keyes | 2014-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 files | Stefan Hoffmann | 2014-10-06 |
| | |||
* | doc: cleanup | Stefan Hoffmann | 2014-10-06 |
| | | | | | | | * fix some links * typo * remove reference to hangul_input * remove unused vim2html.pl | ||
* | doc: remove documentation for `:shell` | Stefan Hoffmann | 2014-10-06 |
| | | | | see #450 | ||
* | doc: remove netbeans.txt | Stefan Hoffmann | 2014-10-06 |
| | |||
* | doc: remove workshop.txt | Stefan Hoffmann | 2014-10-06 |
| | |||
* | doc: remove if_ole.txt | Stefan Hoffmann | 2014-10-06 |
| | |||
* | doc: remove if_sniff.txt | Stefan Hoffmann | 2014-10-06 |
| | |||
* | doc: remove gui_w16.txt | Stefan Hoffmann | 2014-10-06 |
| | |||
* | doc: remove legacy os_*.txt | Stefan Hoffmann | 2014-10-06 |
| | | | | keeping os_dos.txt, see #1115 | ||
* | Removes shelltype option and all revelant doc. #1249 | Joseph Anthony Pasquale Holsten | 2014-10-06 |
| | | | | Fixes #1240 | ||
* | runtime: fix executable bit on some files | John Szakmeister | 2014-09-22 |
| | |||
* | doc: fix links to index.html and vimindex.html | Stefan Hoffmann | 2014-09-21 |
| | |||
* | doc: add new doc files to Makefile | Stefan Hoffmann | 2014-09-20 |
| | |||
* | doc: use `cat` instead of `more` to display errors | Stefan Hoffmann | 2014-09-20 |
| | | | | `more` may cause the travis build to hang | ||
* | doc: remove links that point nowhere | Stefan Hoffmann | 2014-09-20 |
| | | | | `make html` displays errors for links that are not in the tagfile | ||
* | doc: move manpages into their own folder | Stefan Hoffmann | 2014-09-20 |
| | |||
* | doc: remove uganda.nsis.txt target | Stefan Hoffmann | 2014-09-20 |
| | | | | | It seems that this file was used in the windows installer as license file. | ||
* | doc: rename `*.UTF-8.1` files | Stefan Hoffmann | 2014-09-20 |
| | |||
* | doc: remove encoding conversion targets | Stefan Hoffmann | 2014-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 targets | Stefan Hoffmann | 2014-09-20 |
| | | | | these files got all imported, no ned to create them | ||
* | doc: remove generated manpages | Stefan Hoffmann | 2014-09-20 |
| | |||
* | doc: remove reference to config.mk, hangulin.txt | Stefan Hoffmann | 2014-09-20 |
| | | | | needed to get `make html` to work. | ||
* | runtime: Some nvim documentation fixes pointed by @oni-link | Thiago de Arruda | 2014-09-15 |
| | |||
* | eval.c: Rename has('neovim') feature to has('nvim') | Thiago de Arruda | 2014-09-15 |
| | | | | To follow the convention of 'nvim' for technical references | ||
* | runtime: Document python interface, clipboard and add intro doc | Thiago de Arruda | 2014-09-13 |
| | |||
* | runtime: Document 'unnamedclip' | Thiago de Arruda | 2014-09-13 |
| | |||
* | runtime: Initial job control documentation | Thiago de Arruda | 2014-09-13 |
| | |||
* | runtime: Initial msgpack-rpc documentation | Thiago de Arruda | 2014-09-13 |
| | |||
* | Remove version{4,5,6,7}.txt | Fredrik Fornwall | 2014-08-26 |
| | |||
* | Merge pull request #1082 from fornwall/remove-os-msdos-txt | Justin M. Keyes | 2014-08-26 |
|\ | | | | | Remove os_msdos.txt due to dropped MS-DOS support | ||
| * | Remove os_msdos.txt due to dropped MS-DOS support | Fredrik Fornwall | 2014-08-18 |
| | | |||
* | | Spelling fixes | Will Stamper | 2014-08-24 |
|/ | |||
* | Make ttyfast default to true on all terminals #1051 | Fredrik Fornwall | 2014-08-18 |
| | |||
* | documentation: Update tempfile and tempname() | Pavel Platto | 2014-08-09 |
| | |||
* | Remove unused USE_TERM_CONSOLE ifdefs #1015 | Fredrik Fornwall | 2014-08-07 |
| | | | | This is unused after dropped amiga and msdos support. | ||
* | documentation: update documentation for :mode #1009 | Stefan Hoffmann | 2014-08-07 |
| | | | | see #588 | ||
* | Drop SGI IRIS support. #1006 | Fredrik Fornwall | 2014-08-07 |
| | |||
* | doc: Remove "h" flag of 'highlight' option | Justin M. Keyes | 2014-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. Keyes | 2014-07-30 |
| | |||
* | doc: Remove 'textmode' | Justin M. Keyes | 2014-07-30 |
| | | | | by @mhinz | ||
* | Remove FEAT_MOUSE_JSB | Fredrik Fornwall | 2014-07-29 |
| | | | | This is never built and references some obscure jsb terminal | ||
* | re-integrate runtime/ vim-patch:0 #938 | Justin M. Keyes | 2014-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> |