| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | | | Merge pull request #1160 from atwupack/vp-7.4.348 | Justin M. Keyes | 2014-09-11 | |
| |\ \ \ | |/ / |/| | | vim-patch:7.4.348 | |||
| | * | | vim-patch:7.4.348 | André Twupack | 2014-09-11 | |
| |/ / | | | | | | | | | | | | | Problem: When using "J1" in 'cinoptions' a line below a continuation line gets too much indent. Solution: Fix parenthesis in condition. https://code.google.com/p/vim/source/detail?r=v7-4-348 | |||
| * | | Merge #1033 'Automatic dependency rebuilding: Pass CMAKE_C_COMPILER_ARG1 to ↵ | John Szakmeister | 2014-09-11 | |
| |\ \ | | | | | | | | | | deps building.' | |||
| | * | | CMake: Use CMAKE_C_COMPILER_ARG1 when building dependencies. | Florian Walch | 2014-09-11 | |
| |/ / | | | | | | | | | | | CMAKE_C_COMPILER_ARG1 is set in CMake toolchain file cmake/i386-linux-gnu.toolchain.cmake. Use when compiling dependencies to simplify 32-bit builds. | |||
| * | | Merge pull request #1144 from justinmk/fixtests | Justin M. Keyes | 2014-09-11 | |
| |\ \ | | | | | | | fix unittest issues with busted 2.x | |||
| | * | | unit tests: initialize everything | Justin M. Keyes | 2014-09-11 | |
| | | | | ||||
| | * | | unit tests: avoid global scope; add missing cimports | Justin M. Keyes | 2014-09-11 | |
| | | | | | | | | | | | | | temporarily comment out call to vim_deltempdir() to avoid segfault | |||
| | * | | unit tests: helpers.lua: hack to avoid empty popen() result | Justin M. Keyes | 2014-09-11 | |
| |/ / | ||||
| * | | Merge pull request #1143 from mkwork/readme | Justin M. Keyes | 2014-09-10 | |
| |\ \ | | | | | | | README.md: link to libuv | |||
| | * | | README.md: link to libuv | Maxim Kot | 2014-09-07 | |
| | | | | | | | | | | | | | Reference to libuv was made a link | |||
| * | | | Merge pull request #1159 from atwupack/vp-7.4.345 | Justin M. Keyes | 2014-09-10 | |
| |\ \ \ | | | | | | | | | vim-patch:7.4.345 | |||
| | * | | | vim-patch:7.4.345 | André Twupack | 2014-09-10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Indent is not updated when deleting indent. Solution: Remember changedtick. https://code.google.com/p/vim/source/detail?r=v7-4-345 | |||
| * | | | | Merge pull request #1158 from atwupack/vp-7.4.337 | Justin M. Keyes | 2014-09-10 | |
| |\ \ \ \ | |/ / / |/| | | | vim-patch:7.4.337 | |||
| | * | | | vim-patch:7.4.337 | André Twupack | 2014-09-10 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | Problem: When there is an error preparing to edit the command line, the command won't be executed. (Hirohito Higashi) Solution: Reset did_emsg before editing. https://code.google.com/p/vim/source/detail?r=v7-4-337 | |||
| * | | | Merge pull request #1154 from Shougo/fix-NAs | Justin M. Keyes | 2014-09-09 | |
| |\ \ \ | | | | | | | | | Fix #1147 version numbers | |||
| | * | | | Fix version numbers | Shougo Matsushita | 2014-09-10 | |
| | | | | | ||||
| * | | | | Merge pull request #1149 from splinterofchaos/vim-patch-7.4.278 | Justin M. Keyes | 2014-09-09 | |
| |\ \ \ \ | |/ / / |/| | | | vim-patch:7.4.278 | |||
| | * | | | vim-patch:7.4.278 | Scott Prager | 2014-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_windows | Justin M. Keyes | 2014-09-08 | |
| |\ \ \ | |/ / |/| | | Convert FOR_ALL_WINDOWS to use a locally declared pointer | |||
| | * | | Additional FOR_ALL_WINDOWS usage | Wayne Rowcliffe | 2014-09-08 | |
| | | | | ||||
| | * | | Convert FOR_ALL_WINDOWS to use a locally declared pointer | Wayne Rowcliffe | 2014-09-08 | |
| |/ / | ||||
| * | | Merge pull request #1107 from fmoralesc/matchaddpos | Justin M. Keyes | 2014-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.344 | Felipe Morales | 2014-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.343 | Felipe Morales | 2014-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.362 | Felipe Morales | 2014-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.334 | Felipe Morales | 2014-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.330 | Felipe Morales | 2014-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-getter | Justin M. Keyes | 2014-09-04 | |
| |\ \ \ | | | | | | | | | FileInfo getters for `filesize`, `hardlinks` and `blocksize` | |||
| | * | | | fileinfo: change returntype of os_fileinfo_size | Stefan Hoffmann | 2014-08-31 | |
| | | | | | | | | | | | | | | | | | off_t -> uint64_t | |||
| | * | | | fileid: rename os_file_id_equal_file_info | Stefan Hoffmann | 2014-08-31 | |
| | | | | | ||||
| | * | | | fileid: rename os_file_id_equal | Stefan Hoffmann | 2014-08-31 | |
| | | | | | ||||
| | * | | | fileid: rename os_get_file_id | Stefan Hoffmann | 2014-08-31 | |
| | | | | | ||||
| | * | | | fileinfo: rename os_file_info_get_inode | Stefan Hoffmann | 2014-08-31 | |
| | | | | | ||||
| | * | | | fileinfo: rename os_file_info_get_id | Stefan Hoffmann | 2014-08-31 | |
| | | | | | ||||
| | * | | | fileinfo: rename os_file_info_id_equal | Stefan Hoffmann | 2014-08-31 | |
| | | | | | ||||
| | * | | | fileinfo: rename os_get_file_info{,_link,_fd} | Stefan Hoffmann | 2014-08-31 | |
| | | | | | ||||
| | * | | | fileinfo: implement os_fileinfo_blocksize | Stefan Hoffmann | 2014-08-31 | |
| | | | | | ||||
| | * | | | fileinfo: implement os_fileinfo_hardlinks | Stefan Hoffmann | 2014-08-31 | |
| | | | | | ||||
| | * | | | fileinfo: implement os_fileinfo_size | Stefan Hoffmann | 2014-08-31 | |
| |/ / / | | | | | | | | | | this replaces os_get_file_size and file_info.stat.st_size | |||
| * | | | Merge #1128 'Drop moonscript' | Nicolas Hillegeer | 2014-08-31 | |
| |\ \ \ | ||||
| | * | | | unittest: Move FileInfo tests one level up | Stefan Hoffmann | 2014-08-31 | |
| | | | | | ||||
| | * | | | build: Remove moonscript as a third-party build dependency | Thiago de Arruda | 2014-08-31 | |
| | | | | | ||||
| | * | | | unittest: Remove remaining moonscript references | Thiago de Arruda | 2014-08-31 | |
| | | | | | ||||
| | * | | | unittest: convert set.moon to lua | Thiago de Arruda | 2014-08-31 | |
| | | | | | ||||
| | * | | | unittest: convert preprocess.moon to lua | Thiago de Arruda | 2014-08-31 | |
| | | | | | ||||
| | * | | | unittest: convert users_spec.moon to lua | Thiago de Arruda | 2014-08-31 | |
| | | | | | ||||
| | * | | | unittest: convert path_spec.moon to lua | Thiago de Arruda | 2014-08-31 | |
| | | | | | ||||
| | * | | | unittest: convert fs_spec.moon to lua | Thiago de Arruda | 2014-08-31 | |
| | | | | | ||||
| | * | | | unittest: convert env_spec.moon to lua | Thiago de Arruda | 2014-08-31 | |
| | | | | | ||||
| | * | | | unittest: convert helpers.moon to lua | Thiago de Arruda | 2014-08-31 | |
| | | | | | ||||