Home
last modified time | relevance | path

Searched refs:growarray (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_json.vim332 " The growarray uses a grow size of 4000, check that a result that is exactly
/vim-8.2.3635/src/
H A Dstructs.h48 typedef struct growarray struct
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt2080 - move compflags to separate growarray?
5958 7 Use growarray for replace stack.
5968 - Use growarray for termcodes[] in term.c
H A Dversion8.txt20066 Solution: Initialize growarray earlier. (Yasuhiro Matsumoto, closes #1949)
34606 Solution: Add a condition to clearing the growarray.
34811 Solution: In the growarray use a growth of at least 50%. (Ken Takata,
42056 Solution: Instead of using a growarray of scriptitem_T, store pointers and
42058 growarray pointers change when sourcing a new script.
44567 Solution: Store allocated memory in type growarray.
H A Dversion7.txt12872 Solution: Instead of reallocating for every line use a growarray. (Yasuhiro