aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
* fileinfo: implement os_fileinfo_sizeStefan Hoffmann2014-08-31
* channel: Remove code for automatically closing in channel_send_callThiago de Arruda2014-08-31
* msgpack-rpc: Always use arrays when sending events or callsThiago de Arruda2014-08-29
* msgpack-rpc: Accept method names in requestsThiago de Arruda2014-08-29
* clang: Null pointer passed as an argument to a 'nonnull' parameter #1090Justin M. Keyes2014-08-28
* api: Implement '--embedded-mode' command-line optionThiago de Arruda2014-08-28
* channel: Implement channel_from_stdio functionThiago de Arruda2014-08-28
* channel: fix channel buffer sizeThiago de Arruda2014-08-28
* channel: Fix channel not being closed when the RStream reaches EOFThiago de Arruda2014-08-28
* wstream: Implement wstream_set_fileThiago de Arruda2014-08-28
* Merge pull request #1104 from Hinidu/vim-patch-7.4.220Justin M. Keyes2014-08-25
|\
| * vim-patch:7.4.220Pavel Platto2014-08-22
* | coverity/62620: fix uninitialized scalar variablePaul Burlumi2014-08-24
* | Mark patches 176, 185 and 189 as NAPavel Platto2014-08-22
|/
* Merge pull request #1101 from atwupack/vp-7.4.339Justin M. Keyes2014-08-22
|\
| * vim-patch:7.4.339André Twupack2014-08-21
* | vim-patch:7.4.296André Twupack2014-08-21
|/
* Merge pull request #840 from ZyX-I/generate-ex_cmdsJustin M. Keyes2014-08-21
|\
| * Extend documentationZyX2014-08-20
| * Fix problem with test47: addition is not bitwise ORZyX2014-08-20
| * Use lua generator in place of ex_cmds_defs header trickZyX2014-08-20
* | update src/nvim/testdir/MakefileFelipe Morales2014-08-20
* | vim-patch: 7.4.352Felipe Morales2014-08-20
* | vim-patch:7.4.388Felipe Morales2014-08-20
* | vim-patch:7.4.370Felipe Morales2014-08-20
* | vim-patch:7.4.371Felipe Morales2014-08-20
* | vim-patch: 7.4.353Felipe Morales2014-08-20
* | vim-patch: 7.4.346Felipe Morales2014-08-20
* | Port vim's patch 7.4.338 ('breakindent')Felipe Morales2014-08-20
|/
* Merge pull request #1062 from atwupack/vp-7.4.230+231Justin M. Keyes2014-08-20
|\
| * vim-patch:7.4.231André Twupack2014-08-19
* | vim-patch:7.4.317 #1076Justin M. Keyes2014-08-20
* | Merge pull request #1024 from war1025/dev/for_all_buffersJustin M. Keyes2014-08-19
|\ \
| * | FOR_ALL_BUFFERS use locally declared buffer pointerWayne Rowcliffe2014-08-17
| * | Add FOR_ALL_BUFFERS helperWayne Rowcliffe2014-08-02
* | | coverity/13749: fix negative array index read in unset_global_local_optionPaul Burlumi2014-08-19
| |/ |/|
* | vim-patch:7.4.329 #1079Justin M. Keyes2014-08-19
* | vim-patch:7.4.325 #1078Justin M. Keyes2014-08-19
* | Merge pull request #1019 from splinterofchaos/globpathJustin M. Keyes2014-08-18
|\ \
| * | vim-patch:7.4.279Scott Prager2014-08-04
* | | Make ttyfast default to true on all terminals #1051Fredrik Fornwall2014-08-18
* | | vim-patch:7.4.276Scott Prager2014-08-17
* | | Doxygen/comment style for make_filter_cmd().Scott Prager2014-08-17
* | | path.c: Learn invocation_path_tail().Scott Prager2014-08-17
* | | Use sizeof over magic numbers.Scott Prager2014-08-17
* | | vim-patch:7.4.318 #968André Twupack2014-08-18
* | | version.c: mark irrelevant patches with "NA" #1074Justin M. Keyes2014-08-17
* | | Merge pull request #950 from Hinidu/os_fchownJustin M. Keyes2014-08-16
|\ \ \
| * | | os_fchown: remove cast of parameter -1 to uid_tPavel Platto2014-08-16
| * | | os_fchown: impl and remove HAVE_FCHOWNPavel Platto2014-08-13