aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | Merge pull request #1154 from Shougo/fix-NAsJustin M. Keyes2014-09-09
|\ \ \ | | | | | | | | Fix #1147 version numbers
| * | | Fix version numbersShougo Matsushita2014-09-10
| | | |
* | | | Merge pull request #1149 from splinterofchaos/vim-patch-7.4.278Justin M. Keyes2014-09-09
|\ \ \ \ | |/ / / |/| | | vim-patch:7.4.278
| * | | vim-patch:7.4.278Scott Prager2014-09-09
| |/ / | | | | | | | | | | | | | | | | | | Problem: list_remove() conflicts with function defined in Sun header file. Solution: Rename the function. (Richard Palo) https://code.google.com/p/vim/source/detail?r=v7-4-278
* | | Merge pull request #1096 from war1025/dev/local_for_all_windowsJustin M. Keyes2014-09-08
|\ \ \ | |/ / |/| | Convert FOR_ALL_WINDOWS to use a locally declared pointer
| * | Additional FOR_ALL_WINDOWS usageWayne Rowcliffe2014-09-08
| | |
| * | Convert FOR_ALL_WINDOWS to use a locally declared pointerWayne Rowcliffe2014-09-08
|/ /
* | Merge pull request #1107 from fmoralesc/matchaddposJustin M. Keyes2014-09-05
|\ \ | | | | | | Add matchaddpos()-related vim patches. [vim-patch: 7.4.330, 7.4.334, 7.4.343, 7.4.344, 7.4.362]
| * | vim-patch: 7.4.344Felipe Morales2014-09-04
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Unnecessary initializations and other things related to matchaddpos(). Solution: Code cleanup. (Alexey Radkov) https://code.google.com/p/vim/source/detail?r=ce284c205558d103326a4c3f22f181774690b3eb
| * | vim-patch: 7.4.343Felipe Morales2014-09-04
| | | | | | | | | | | | | | | | | | | | | Problem: matchdelete() does not always update the right lines. Solution: Fix off-by-one error. (Ozaki Kiichi) https://code.google.com/p/vim/source/detail?r=539ce56d8f35fe2deb5c4f57335e1adf97ae4e74
| * | vim-patch: 7.4.362Felipe Morales2014-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When matchaddpos() uses a length smaller than the number of bytes in the (last) character the highlight continues until the end of the line. Solution: Change condition from equal to larger-or-equal. https://code.google.com/p/vim/source/detail?r=7fa2bed947fde3514a700c96861a537d816d6fd4
| * | vim-patch: 7.4.334Felipe Morales2014-09-04
| | | | | | | | | | | | | | | | | | | | | Problem: Unitialized variables, causing some problems. Solution: Initialize the variables. (Dominique Pelle) https://code.google.com/p/vim/source/detail?r=03d260a8ea0c0c67f424c387dbe2af5754e5e589
| * | vim-patch: 7.4.330Felipe Morales2014-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Using a regexp pattern to highlight a specific position can be slow. Solution: Add matchaddpos() to highlight specific positions efficiently. (Alexey Radkov.) https://code.google.com/p/vim/source/detail?r=f9fa2e506b9f07549cd91074835c5c553db7b3a7
* | | Merge pull request #1054 from stefan991/fileinfo-getterJustin M. Keyes2014-09-04
|\ \ \ | | | | | | | | FileInfo getters for `filesize`, `hardlinks` and `blocksize`
| * | | fileinfo: change returntype of os_fileinfo_sizeStefan Hoffmann2014-08-31
| | | | | | | | | | | | | | | | off_t -> uint64_t
| * | | fileid: rename os_file_id_equal_file_infoStefan Hoffmann2014-08-31
| | | |
| * | | fileid: rename os_file_id_equalStefan Hoffmann2014-08-31
| | | |
| * | | fileid: rename os_get_file_idStefan Hoffmann2014-08-31
| | | |
| * | | fileinfo: rename os_file_info_get_inodeStefan Hoffmann2014-08-31
| | | |
| * | | fileinfo: rename os_file_info_get_idStefan Hoffmann2014-08-31
| | | |
| * | | fileinfo: rename os_file_info_id_equalStefan Hoffmann2014-08-31
| | | |
| * | | fileinfo: rename os_get_file_info{,_link,_fd}Stefan Hoffmann2014-08-31
| | | |
| * | | fileinfo: implement os_fileinfo_blocksizeStefan Hoffmann2014-08-31
| | | |
| * | | fileinfo: implement os_fileinfo_hardlinksStefan Hoffmann2014-08-31
| | | |
| * | | fileinfo: implement os_fileinfo_sizeStefan Hoffmann2014-08-31
|/ / / | | | | | | | | | this replaces os_get_file_size and file_info.stat.st_size
* | | Merge #1128 'Drop moonscript'Nicolas Hillegeer2014-08-31
|\ \ \
| * | | unittest: Move FileInfo tests one level upStefan Hoffmann2014-08-31
| | | |
| * | | build: Remove moonscript as a third-party build dependencyThiago de Arruda2014-08-31
| | | |
| * | | unittest: Remove remaining moonscript referencesThiago de Arruda2014-08-31
| | | |
| * | | unittest: convert set.moon to luaThiago de Arruda2014-08-31
| | | |
| * | | unittest: convert preprocess.moon to luaThiago de Arruda2014-08-31
| | | |
| * | | unittest: convert users_spec.moon to luaThiago de Arruda2014-08-31
| | | |
| * | | unittest: convert path_spec.moon to luaThiago de Arruda2014-08-31
| | | |
| * | | unittest: convert fs_spec.moon to luaThiago de Arruda2014-08-31
| | | |
| * | | unittest: convert env_spec.moon to luaThiago de Arruda2014-08-31
| | | |
| * | | unittest: convert helpers.moon to luaThiago de Arruda2014-08-31
| | | |
| * | | unittest: convert garray_spec.moon to luaThiago de Arruda2014-08-31
|/ / /
* | | Merge PR #1127 'Fix segfault when calling methods in a client that already ↵Thiago de Arruda2014-08-31
|\ \ \ | |_|/ |/| | | | | exited'
| * | channel: Remove code for automatically closing in channel_send_callThiago de Arruda2014-08-31
|/ / | | | | | | | | | | This was causing a segfault(reported in #1125) because channels are already closed by `parse_msgpack` when the connection ends. Also fix the RPC stack overflow error message
* | Merge PR #1121 'Full compliance with msgpack-RPC'Thiago de Arruda2014-08-29
|\ \
| * | Fix environment variable for triggering embedded testsThiago de Arruda2014-08-29
| | | | | | | | | | | | | | | NVIM should be used for all technical identifiers and this was changed in the python-client
| * | msgpack-rpc: Always use arrays when sending events or callsThiago de Arruda2014-08-29
| | | | | | | | | | | | | | | | | | This is required by the msgpack-RPC specification. Also, the send_call/send_event functions were refactored to accept a variable number of arguments
| * | msgpack-rpc: Accept method names in requestsThiago de Arruda2014-08-29
|/ /
* | Merge pull request #1124 from fwalch/luarocks-version-numberJustin M. Keyes2014-08-29
|\ \ | | | | | | Update luarocks: Use commit with correct version number.
| * | Update luarocks: Use commit with correct version number.Florian Walch2014-08-29
|/ /
* | Merge #1123 "Add 'bit' to the list of lua dependencies"John Szakmeister2014-08-29
|\ \
| * | Add 'bit' to the list of lua dependenciesRui Abreu Ferreira2014-08-29
|/ / | | | | | | - ex_cmds.lua requires the 'bit' module
* | clang: Null pointer passed as an argument to a 'nonnull' parameter #1090Justin M. Keyes2014-08-28
| |
* | Merge PR #1060 'Implement --embedded-mode command-line option'Thiago de Arruda2014-08-28
|\ \
| * | test: Run tests in embedded mode on travisThiago de Arruda2014-08-28
| | |