aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | | | | vim-patch:7.4.1384James McCoy2016-07-08
* | | | | vim-patch:7.4.1111 (#5004)prollings2016-07-06
* | | | | os/fs: Rename os_file_exists to os_path_exists (#4973)Daniel Xu2016-07-06
* | | | | tui: Assume 256 colors in most cases.Justin M. Keyes2016-07-03
* | | | | options: Default t_Co to 256.Justin M. Keyes2016-07-02
* | | | | options: Set 't_Co' from unibilium + fix_terminfo.Mateusz Czaplinski2016-07-02
| |/ / / |/| | |
* | | | vim-patch:7.4.1121 (#4989)prollings2016-07-02
* | | | vim-patch:7.4.1716Marco Hinz2016-07-01
* | | | Merge pull request #4880 from bfredl/zerotimerBjörn Linse2016-07-01
|\ \ \ \
| * | | | timers: make repeat=0 work one-shot (consistent with vim)Björn Linse2016-06-29
| * | | | timers: make timers work with zero timeoutBjörn Linse2016-06-29
* | | | | Fix regression of :drop introduced in 1a91000Michael Budde2016-07-01
| |/ / / |/| | |
* | | | vim-patch:7.4.1136Patrick2016-06-30
|/ / /
* | | [RFC] Fix #4979: Trigger TabNewEntered also with <CTRL-W>TDimitri Merejkowsky2016-06-28
* | | Update version.c (#4974)KillTheMule2016-06-27
* | | Merge #4646 from oni-link/fix.issue.4569.3Justin M. Keyes2016-06-26
|\ \ \
| * | | fixup2: process.c: Prevent data loss for process output streamsoni-link2016-05-15
| * | | fixup: process.c: Prevent data loss for process output streamsoni-link2016-05-15
| * | | shell.c: Fix missing outputoni-link2016-05-15
| * | | process.c: Prevent data loss for process output streamsoni-link2016-05-15
* | | | version: State that 1960 was includedZyX2016-06-26
* | | | Merge #4965 from justinmk/fixup4453Justin M. Keyes2016-06-25
|\ \ \ \
| * | | | ex_cmds2.c: cleanupJustin M. Keyes2016-06-25
| * | | | ex_cmds2.c:style: Silence all clint warningsJ Phani Mahesh2016-06-24
* | | | | option: Make all pointers in set_string_option constantZyX2016-06-24
* | | | | *: Fix linter errorsZyX2016-06-24
* | | | | kvec: Do not bother with making capacity a power of 2ZyX2016-06-24
* | | | | msgpack_rpc: Fix crash in log_server_msgZyX2016-06-24
* | | | | option: Handle NULL string in set_option_valueZyX2016-06-24
* | | | | eval: Also make clear_tv non-recursiveZyX2016-06-24
* | | | | kvec,typval_encode: Add new vector: the one with preallocated arrayZyX2016-06-24
* | | | | msgpack_rpc: Also make msgpack_from_*/msgpack_to_* functions not recurZyX2016-06-24
* | | | | api/helpers: Use typval_encode.h for vim_to_objectZyX2016-06-24
* | | | | os/fileio: Use readv oftenZyX2016-06-24
* | | | | *: Satisfy linter (newest type casts rule)ZyX2016-06-24
* | | | | file: Move src/nvim/file.* to src/nvim/os/fileio.*ZyX2016-06-24
* | | | | unittests: Add tests for file.cZyX2016-06-24
* | | | | shada: Do not forget to close ShaDa readerZyX2016-06-23
* | | | | file: Use own constants, do not rely on fcntl.hZyX2016-06-23
* | | | | file: Add buffered reading and writingZyX2016-06-23
* | | | | file,os/fs,shada: Separate opening, closing, writing and reading filesZyX2016-06-23
|/ / / /
* | | | cmake: remove unused includes (#4947)Nicolai Skogheim2016-06-22
* | | | lintJames McCoy2016-06-22
* | | | vim-patch:7.4.1592James McCoy2016-06-22
* | | | Always resize the embedded vterm properlyMarco Hinz2016-06-20
* | | | Merge #4697 'capture() function'.Justin M. Keyes2016-06-20
|\ \ \ \
| * | | | Port capture() functionShougo Matsushita2016-05-27
* | | | | coverity/149459: CHECKED_RETURN (false positive)Justin M. Keyes2016-06-18
* | | | | synIDattr(): return RRGGBB value for [fg|bg|sp]# #4851Rom Grk2016-06-18
* | | | | eval: add api_info()Björn Linse2016-06-17