Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | runtime: Fix rpcstop call in python_setup.vim | Thiago de Arruda | 2014-10-23 |
| | |||
* | vim-patch:7.4.397 | Scott Prager | 2014-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 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: Fix one of python sanity checks | Thiago de Arruda | 2014-09-16 |
| | | | | Use sys.stdout.write which is compatible with python 2 and 3 | ||
* | runtime: Make python_setup.vim compatible with python 2.6 | Thiago de Arruda | 2014-09-15 |
| | |||
* | 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: Update python_setup.vim to the new rpc function names | Thiago de Arruda | 2014-09-13 |
| | | | | Also improve version checking. | ||
* | runtime: Add highlighting for new functions/events | 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 |
| | |||
* | runtime: Enhance help.vim to highlight Nvim/NVIM | Thiago de Arruda | 2014-09-13 |
| | |||
* | runtime: Add script for bootstrapping the python host | Thiago de Arruda | 2014-09-12 |
| | |||
* | Remove version{4,5,6,7}.txt | Fredrik Fornwall | 2014-08-26 |
| | |||
* | Merge pull request #1087 from fwalch/archlinux-filetypes | Justin M. Keyes | 2014-08-26 |
|\ | | | | | Runtime: Support Arch Linux/Pacman file types. | ||
| * | Runtime: Support Arch Linux/Pacman file types. | Florian Walch | 2014-08-21 |
| | | |||
* | | 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 |
| |