aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Implement handling of terminal focus eventsJoe Hermaszewski2015-11-17
* ex_cmds.lua: Use ex_ni directlyMichael Reed2015-11-15
* Merge pull request #3339 from war1025/dev/clean_build_stl_str_hlJustin M. Keyes2015-11-15
|\
| * Cleanup from reviewWayne Rowcliffe2015-11-11
| * Switch comments to match style guideWayne Rowcliffe2015-11-11
| * Updates from reviewWayne Rowcliffe2015-11-11
| * Fix shadowed variable in build_stl_str_hlWayne Rowcliffe2015-11-11
| * Add documentation about what TABPAGENR and TABCLOSENR doWayne Rowcliffe2015-11-11
| * Fix lintWayne Rowcliffe2015-11-11
| * Add out_end_p to mark last valid character in statusline bufferWayne Rowcliffe2015-11-11
| * Rename build_stl_str_hl input and output buffer pointersWayne Rowcliffe2015-11-11
| * Add comments to build_stl_str_hlWayne Rowcliffe2015-11-11
| * Clean up buffer.c build_stl_str_hl variable declarationsWayne Rowcliffe2015-11-11
* | Merge pull request #3672 from Pyrohh/macro-cleanupMichael Reed2015-11-15
|\ \
| * | Remove unused TERMINAL_OPTIONS_INIT() macroMichael Reed2015-11-14
* | | Add TermClose eventMarco Hinz2015-11-15
* | | TermEnter -> TermOpenMarco Hinz2015-11-15
|/ /
* | memory.c: Prevent garbage collection when running out of memory.oni-link2015-11-13
* | normal.c: No garbage collection while handling an event in normal modeoni-link2015-11-13
|/
* Merge pull request #3651 from mhinz/remove-nvimrc-refsJustin M. Keyes2015-11-11
|\
| * Remove all invalid nvimrc and ngvimrc referencesMarco Hinz2015-11-11
* | vim-patch:7.4.791 #3078Marco Hinz2015-11-11
* | Be more explicit about the lack of X11 integrationMichael Reed2015-11-10
|/
* vim-patch:7.4.651 #3644Shougo Matsushita2015-11-10
* Add file selection prompt on ":oldfiles!"Marco Hinz2015-11-10
* Add ":profile stop"Marco Hinz2015-11-10
* Add ":profile dump"Marco Hinz2015-11-10
* Remove unused constantsMarco Hinz2015-11-10
* eval: Implement dictionary change notificationsThiago de Arruda2015-11-09
* eval: Extract `find_var_ht_dict` from `find_var_ht`Thiago de Arruda2015-11-09
* eval: Extract `find_ufunc` from `get_dict_callback`Thiago de Arruda2015-11-09
* vim-patch:7.4.686 #3629Johan Klokkhammer Helsing2015-11-08
* Remove :open commandMichael Reed2015-11-07
* IWYU: remove unused "version.h"Justin M. Keyes2015-11-05
* undo: Remove incorrect NONNULL_ALL attributeZyX2015-11-05
* build: Use `git describe` for version strings.Justin M. Keyes2015-11-01
* Remove useless FEAT_BROWSE ifdefMichael Reed2015-11-01
* version: Prepare for releases.Florian Walch2015-11-01
* CMake: Disable logging for release build types.Florian Walch2015-11-01
* ui_bridge: Fix race condition that results in deadlock.Thiago de Arruda2015-10-31
* os/fs.c: Convert stray getenv() to os_getenv()Michael Reed2015-10-31
* Merge pull request #3553 from ZyX-I/fix-xdg-2Justin M. Keyes2015-10-30
|\
| * undo: Automatically create undo directory if neededZyX2015-10-29
| * undo: Do some refactoringZyX2015-10-29
| * stdpaths: Document that stdpaths_*_subpath is not returning NULLZyX2015-10-29
| * stdpaths: Use NULL in place of empty stringsZyX2015-10-29
| * option: Add current directory to &backupdir optionZyX2015-10-29
* | tui: Don't use stderr as an output fallback for the TUIThiago de Arruda2015-10-29
* | tui: Fix abort when stdout and stderr are not tty.Thiago de Arruda2015-10-29
* | os/input.c: Fix assertion in `create_cursorhold_event`Thiago de Arruda2015-10-29