zeertzjq
dce3fc3e9a
vim-patch:8.2.0540: regexp and other code not tested ( #20930 )
...
Problem: Regexp and other code not tested.
Solution: Add more tests. (Yegappan Lakshmanan, closes vim/vim#5904 )
004a6781b3
2022-11-04 19:31:58 +08:00
dundargoc
40be47e0fa
refactor: format all C files under nvim/ #15977
...
* refactor: format all C files under nvim
* refactor: disable formatting for Vim-owned files:
* src/nvim/indent_c.c
* src/nvim/regexp.c
* src/nvim/regexp_nfa.c
* src/nvim/testdir/samples/memfile_test.c
2021-10-12 07:56:52 -07:00
dundargoc
ee2c7095c4
refactor(memfile_test): replace long_u type with size_t. #14974
...
long_u was a custom integer type that is no longer used.
More information can be found in https://github.com/neovim/neovim/issues/459 .
2021-07-03 08:23:15 -07:00
Jan Edmund Lazo
ce7bcdec23
vim-patch:8.1.1465: allocating wrong amount of memory
...
Problem: Allocating wrong amount of memory. (Yegappan Lakshmanan)
Solution: Use sizeof() for right type of struct.
a37833dbd7
2019-08-05 22:40:48 -04:00
ZyX
c2f3e361c5
*: Add comment to all C files
2017-04-19 19:11:50 +03:00
rover
0b81addd0a
fix cscope test failure
2017-02-10 00:35:34 -05:00
James McCoy
8f0bf810ff
vim-patch:7.4.1953
...
Problem: Not all parts of the quickfix code are tested.
Solution: Add more tests. (Yegappan Lakshmanan)
049cba9e97
2016-12-27 14:10:27 -05:00
James McCoy
39faa56bce
vim-patch:7.4.1802
...
Problem: Quickfix doesn't handle long lines well, they are split.
Solution: Drop characters after a limit. (Anton Lindqvist)
6be8c8e165
2016-12-27 14:10:01 -05:00