André Twupack
|
f4f9e7eaf3
|
vim-patch:7.4.348
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
|
2014-09-11 20:11:57 +02:00 |
|
John Szakmeister
|
053a13d2a4
|
Merge #1033 'Automatic dependency rebuilding: Pass CMAKE_C_COMPILER_ARG1 to deps building.'
|
2014-09-11 06:13:17 -04:00 |
|
Florian Walch
|
dd27c30687
|
CMake: Use CMAKE_C_COMPILER_ARG1 when building dependencies.
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.
|
2014-09-11 06:13:12 -04:00 |
|
Justin M. Keyes
|
1da3398095
|
Merge pull request #1144 from justinmk/fixtests
fix unittest issues with busted 2.x
|
2014-09-11 05:06:58 -04:00 |
|
Justin M. Keyes
|
99a9161bac
|
unit tests: initialize everything
|
2014-09-11 08:58:17 +00:00 |
|
Justin M. Keyes
|
f6088e79b0
|
unit tests: avoid global scope; add missing cimports
temporarily comment out call to vim_deltempdir() to avoid segfault
|
2014-09-11 05:17:52 +00:00 |
|
Justin M. Keyes
|
c76feb338a
|
unit tests: helpers.lua: hack to avoid empty popen() result
|
2014-09-11 05:17:52 +00:00 |
|
Justin M. Keyes
|
7577c31ed0
|
Merge pull request #1143 from mkwork/readme
README.md: link to libuv
|
2014-09-10 17:12:13 -04:00 |
|
Justin M. Keyes
|
c54baaa319
|
Merge pull request #1159 from atwupack/vp-7.4.345
vim-patch:7.4.345
|
2014-09-10 17:09:04 -04:00 |
|
Justin M. Keyes
|
867bdae5c2
|
Merge pull request #1158 from atwupack/vp-7.4.337
vim-patch:7.4.337
|
2014-09-10 17:04:58 -04:00 |
|
André Twupack
|
60371bb1bb
|
vim-patch:7.4.345
Problem: Indent is not updated when deleting indent.
Solution: Remember changedtick.
https://code.google.com/p/vim/source/detail?r=v7-4-345
|
2014-09-10 21:33:51 +02:00 |
|
André Twupack
|
1fb80d24eb
|
vim-patch:7.4.337
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
|
2014-09-10 21:17:31 +02:00 |
|
Justin M. Keyes
|
34c418fceb
|
Merge pull request #1154 from Shougo/fix-NAs
Fix #1147 version numbers
|
2014-09-09 18:46:45 -04:00 |
|
Shougo Matsushita
|
68b9b43607
|
Fix version numbers
|
2014-09-10 07:32:56 +09:00 |
|
Justin M. Keyes
|
7738e723e9
|
Merge pull request #1149 from splinterofchaos/vim-patch-7.4.278
vim-patch:7.4.278
|
2014-09-09 15:00:06 -04:00 |
|
Scott Prager
|
f85053ccf7
|
vim-patch:7.4.278
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
|
2014-09-09 12:30:34 -04:00 |
|
Justin M. Keyes
|
9fa467a9b2
|
Merge pull request #1096 from war1025/dev/local_for_all_windows
Convert FOR_ALL_WINDOWS to use a locally declared pointer
|
2014-09-08 20:50:44 -04:00 |
|
Wayne Rowcliffe
|
ac0b9714ed
|
Additional FOR_ALL_WINDOWS usage
|
2014-09-08 17:27:41 -05:00 |
|
Wayne Rowcliffe
|
fe99930c46
|
Convert FOR_ALL_WINDOWS to use a locally declared pointer
|
2014-09-08 17:27:41 -05:00 |
|
Maxim Kot
|
213cbdd4e4
|
README.md: link to libuv
Reference to libuv was made a link
|
2014-09-07 01:28:54 +04:00 |
|
Justin M. Keyes
|
3f5482d325
|
Merge pull request #1107 from fmoralesc/matchaddpos
Add matchaddpos()-related vim patches. [vim-patch: 7.4.330, 7.4.334, 7.4.343, 7.4.344, 7.4.362]
|
2014-09-05 20:57:41 -04:00 |
|
Justin M. Keyes
|
d66cd61b79
|
Merge pull request #1054 from stefan991/fileinfo-getter
FileInfo getters for `filesize`, `hardlinks` and `blocksize`
|
2014-09-04 01:22:25 -04:00 |
|
Felipe Morales
|
d860ba45e2
|
vim-patch: 7.4.344
Problem: Unnecessary initializations and other things related to
matchaddpos().
Solution: Code cleanup. (Alexey Radkov)
https://code.google.com/p/vim/source/detail?r=ce284c205558d103326a4c3f22f181774690b3eb
|
2014-09-04 00:18:25 -04:00 |
|
Felipe Morales
|
15d86890d4
|
vim-patch: 7.4.343
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
|
2014-09-04 00:18:25 -04:00 |
|
Felipe Morales
|
9d7e3336cf
|
vim-patch: 7.4.362
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
|
2014-09-04 00:18:25 -04:00 |
|
Felipe Morales
|
a8124602f0
|
vim-patch: 7.4.334
Problem: Unitialized variables, causing some problems.
Solution: Initialize the variables. (Dominique Pelle)
https://code.google.com/p/vim/source/detail?r=03d260a8ea0c0c67f424c387dbe2af5754e5e589
|
2014-09-04 00:18:24 -04:00 |
|
Felipe Morales
|
bf3d945798
|
vim-patch: 7.4.330
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
|
2014-09-04 00:18:24 -04:00 |
|
Stefan Hoffmann
|
7ac191ab10
|
fileinfo: change returntype of os_fileinfo_size
off_t -> uint64_t
|
2014-08-31 15:47:44 +02:00 |
|
Stefan Hoffmann
|
10813ce38c
|
fileid: rename os_file_id_equal_file_info
|
2014-08-31 15:47:43 +02:00 |
|
Stefan Hoffmann
|
3cf7a17a44
|
fileid: rename os_file_id_equal
|
2014-08-31 15:47:36 +02:00 |
|
Stefan Hoffmann
|
4e43095ab2
|
fileid: rename os_get_file_id
|
2014-08-31 15:43:40 +02:00 |
|
Stefan Hoffmann
|
8a66f4f245
|
fileinfo: rename os_file_info_get_inode
|
2014-08-31 15:42:19 +02:00 |
|
Stefan Hoffmann
|
6e3dce144a
|
fileinfo: rename os_file_info_get_id
|
2014-08-31 15:41:03 +02:00 |
|
Stefan Hoffmann
|
edcc1a9732
|
fileinfo: rename os_file_info_id_equal
|
2014-08-31 15:39:33 +02:00 |
|
Stefan Hoffmann
|
5d074a0aa6
|
fileinfo: rename os_get_file_info{,_link,_fd}
|
2014-08-31 15:37:55 +02:00 |
|
Stefan Hoffmann
|
9ee1c3604c
|
fileinfo: implement os_fileinfo_blocksize
|
2014-08-31 15:33:23 +02:00 |
|
Stefan Hoffmann
|
e85fe0957d
|
fileinfo: implement os_fileinfo_hardlinks
|
2014-08-31 15:22:38 +02:00 |
|
Stefan Hoffmann
|
aa378acdf5
|
fileinfo: implement os_fileinfo_size
this replaces os_get_file_size and file_info.stat.st_size
|
2014-08-31 15:15:02 +02:00 |
|
Nicolas Hillegeer
|
3051015f89
|
Merge #1128 'Drop moonscript'
|
2014-08-31 14:57:28 +02:00 |
|
Stefan Hoffmann
|
c798611771
|
unittest: Move FileInfo tests one level up
|
2014-08-31 14:50:50 +02:00 |
|
Thiago de Arruda
|
80e421fe8d
|
build: Remove moonscript as a third-party build dependency
|
2014-08-31 14:50:49 +02:00 |
|
Thiago de Arruda
|
7b41fb383a
|
unittest: Remove remaining moonscript references
|
2014-08-31 14:50:49 +02:00 |
|
Thiago de Arruda
|
38b7b4405e
|
unittest: convert set.moon to lua
|
2014-08-31 14:50:49 +02:00 |
|
Thiago de Arruda
|
3a951112c0
|
unittest: convert preprocess.moon to lua
|
2014-08-31 14:50:49 +02:00 |
|
Thiago de Arruda
|
d74ae5be9d
|
unittest: convert users_spec.moon to lua
|
2014-08-31 14:50:49 +02:00 |
|
Thiago de Arruda
|
df50d242f5
|
unittest: convert path_spec.moon to lua
|
2014-08-31 14:50:49 +02:00 |
|
Thiago de Arruda
|
227e38f0c6
|
unittest: convert fs_spec.moon to lua
|
2014-08-31 14:50:49 +02:00 |
|
Thiago de Arruda
|
d39aa51e94
|
unittest: convert env_spec.moon to lua
|
2014-08-31 14:50:49 +02:00 |
|
Thiago de Arruda
|
dcda179e6a
|
unittest: convert helpers.moon to lua
|
2014-08-31 14:50:49 +02:00 |
|
Thiago de Arruda
|
097ff4b8b2
|
unittest: convert garray_spec.moon to lua
|
2014-08-31 14:50:49 +02:00 |
|