aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAge
* runtime: Fix rpcstop call in python_setup.vimThiago de Arruda2014-10-23
|
* vim-patch:7.4.397Scott Prager2014-10-09
| | | | | | | | Problem: Matchparen only uses the topmost syntax item. Solution: Go through the syntax stack to find items. (James McCoy) Also use getcurpos() when possible. https://code.google.com/p/vim/source/detail?r=v7-4-397
* 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: Fix one of python sanity checksThiago de Arruda2014-09-16
| | | | Use sys.stdout.write which is compatible with python 2 and 3
* runtime: Make python_setup.vim compatible with python 2.6Thiago de Arruda2014-09-15
|
* 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: Update python_setup.vim to the new rpc function namesThiago de Arruda2014-09-13
| | | | Also improve version checking.
* runtime: Add highlighting for new functions/eventsThiago de Arruda2014-09-13
|
* runtime: Initial job control documentationThiago de Arruda2014-09-13
|
* runtime: Initial msgpack-rpc documentationThiago de Arruda2014-09-13
|
* runtime: Enhance help.vim to highlight Nvim/NVIMThiago de Arruda2014-09-13
|
* runtime: Add script for bootstrapping the python hostThiago de Arruda2014-09-12
|
* Remove version{4,5,6,7}.txtFredrik Fornwall2014-08-26
|
* Merge pull request #1087 from fwalch/archlinux-filetypesJustin M. Keyes2014-08-26
|\ | | | | Runtime: Support Arch Linux/Pacman file types.
| * Runtime: Support Arch Linux/Pacman file types.Florian Walch2014-08-21
| |
* | 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
|