aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* | Merge #4923 from justinmk/docJustin M. Keyes2016-06-16
|\ \
| * | doc: consolidate nvim.txtJustin M. Keyes2016-06-15
* | | vim-patch:7.4.1126James McCoy2016-06-15
|/ /
* | Add new functionality to the `=` marker in the STLTJ DeVries2016-06-14
* | Merge #3745 from cacplate/ops_WconversionJustin M. Keyes2016-06-13
|\ \
| * | remove some asserts and lintCharles Joachim2016-05-30
| * | ops.c: enable -Wconversion warningCharles Joachim2016-05-30
* | | vim-patch:7.4.1352 (#4914)Michael Ennen2016-06-13
* | | tui/input.c: Handle Ctrl-Z (suspend) for TERM=linux (#3100) (#4911)Mateusz Czapliński2016-06-12
* | | Merge #4908 from ZyX-I/clint-checks-2Justin M. Keyes2016-06-11
|\ \ \
| * | | clint: Add rules that forbids spaces after a cast operatorZyX2016-06-11
| * | | func_attr: Fix other new linter errorsZyX2016-06-11
| * | | *: Fix new linter errorsZyX2016-06-11
| * | | clint: Reject indented preprocessor directivesZyX2016-06-11
| * | | *: Also fix the adjacent errorsZyX2016-06-11
| * | | *: Fix errors from new linter checksZyX2016-06-11
| * | | clint: Do not allow aligning line continuation charactersZyX2016-06-11
* | | | Remove some unnecessary function attributes (#4909)oni-link2016-06-11
|/ / /
* | | Merge #4813 'runtime: clipboard: start daemons in /'.Justin M. Keyes2016-06-10
|\ \ \
| * | | eval: allow setting cwd in {jobstart,termopen}()Aleksa Sarai2016-06-07
* | | | Merge pull request #4875 from shotat/vim-7.4.1130James McCoy2016-06-09
|\ \ \ \
| * | | | vim-patch:7.4.1130shotat2016-06-05
* | | | | Merge pull request #4802 from brcolow/vim-7.4.1090James McCoy2016-06-09
|\ \ \ \ \
| * | | | | vim-patch:7.4.1094Michael Ennen2016-06-09