aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Windows: is_executable(): do not check exec bit.Rui Abreu Ferreira2015-08-23
* Windows: Add has('win32'). #3223Rui Abreu Ferreira2015-08-23
* defaults: set 'listchars' to "tab:> ,trail:-,nbsp:+". #2872Felipe Morales2015-08-22
* terminal: Fix use after freeThiago de Arruda2015-08-22
* tests: fix the glob tests when building under a long path #3214John Szakmeister2015-08-21
* Merge PR #3210 'Bugfixes'Thiago de Arruda2015-08-21
|\
| * terminal: Only wipe buffer terminal_close wasn't calledThiago de Arruda2015-08-21
| * main: Initialize event loop before command_line_scanThiago de Arruda2015-08-21
| * eval: Protect job callbacks from being redefinedThiago de Arruda2015-08-21
| * tui/remote_ui: Fix some regressionsThiago de Arruda2015-08-21
|/
* Notify attached UIs whenever menus changeRobin Allen2015-08-21
* terminal.c: Events in terminal_enter() should not free the terminaloni-link2015-08-21
* provider/pythonx.vim: Use shell-agnostic construction. #3190sanmiguel2015-08-21
* ci: Use error suppression in place of ignored files list. #3185ZyX2015-08-20
* Fix lint errors #3204Steven Oliver2015-08-20
* Merge pull request #3203 from jamessan/vim-7.4.813Justin M. Keyes2015-08-20
|\
| * 7.4.813James McCoy2015-08-20
| * Update patches list, 7.4.791 - 7.4.826James McCoy2015-08-19
* | Merge pull request #2159 from ZyX-I/auto-unicodeJustin M. Keyes2015-08-19
|\ \
| * | documentation: Document table meanings in comment to genunicodetablesZyX2015-07-26
| * | Update unicode filesZyX2015-07-26
| * | Create script that downloads and commits UNIDATA filesZyX2015-07-26
| * | Generate unicode tables with script when buildingZyX2015-07-26
* | | runtime: When generating helptags run NeoVim in headless modeZyX2015-08-19
| |/ |/|
* | Merge pull request #3184 from justinmk/remove_is_readonlyJustin M. Keyes2015-08-18
|\ \
| * | os/fs.c: remove os_file_is_readonly()Justin M. Keyes2015-08-17
| * | test: more cases for os_file_is_readonly()Justin M. Keyes2015-08-17
* | | Merge pull request #2910 from blueyed/python-fix-path_hookJustin M. Keyes2015-08-17
|\ \ \ | |/ / |/| |
| * | python: VimPathFinder: remove unused load_module methodDaniel Hahler2015-07-09
| * | python: path_hook: properly implement PEP302Daniel Hahler2015-07-09
| * | python: VimModuleLoader: check sys.modules[fullname]Daniel Hahler2015-07-09
| * | python: VimPathFinder: use find_spec for Python 3.4Daniel Hahler2015-07-09
* | | Merge pull request #3166 from justinmk/file_is_readableJustin M. Keyes2015-08-17
|\ \ \
| * | | os_file_is_*: libuv implJustin M. Keyes2015-08-17
| * | | win_defs.h: define R_OK, W_OK for MSVC.Rui Abreu Ferreira2015-08-17
| * | | test: cover os_file_is_readable()Justin M. Keyes2015-08-17
| * | | fs.c: implement os_file_is_readable()Justin M. Keyes2015-08-17
|/ / /
* | | tutor: avoid 'wildignore' painJustin M. Keyes2015-08-16
* | | Merge pull request #3179 from ZyX-I/clint-find-new-errorsJustin M. Keyes2015-08-16
|\ \ \
| * | | vim.h: Fix error which is not suppressed by clintZyX2015-08-16
| * | | clint: Add support for errors suppressionZyX2015-08-15
* | | | rstream.c: Prevent stream closing if a read event is still queued. #3172oni-link2015-08-16
* | | | Remove unused assignement #3173Pepe Padial2015-08-16
* | | | install tutorial files #3180Felipe Morales2015-08-16
* | | | Add introductory text to intro screen. #1885Florian Walch2015-08-15
* | | | Merge pull request #2700 from fmoralesc/vim-tutor-modeJustin M. Keyes2015-08-15
|\ \ \ \
| * | | | runtime: Include vim-tutor-modeFelipe Morales2015-08-15
* | | | | tui: restore got_winch in sigwinch_cb #3171Felipe Morales2015-08-15
| |/ / / |/| | |
* | | | Merge PR #3029 'Refactor event processing architecture'Thiago de Arruda2015-08-13
|\ \ \ \
| * | | | eval: Fix jobwait() to process multiple jobs concurrentlyThiago de Arruda2015-08-13