Files
neovim/src/nvim/os
Felipe Oliveira Carvalho 45e7814e6a Introduce GA_APPEND()
This macro is used to append an element to a growable array. It replaces this
common idiom:

   ga_grow(&ga, 1);
   ((item_type *)ga.ga_data)[ga.ga_len] = item;
   ++ga.ga_len;
2014-06-30 03:57:50 -04:00
..
2014-06-12 20:26:35 -04:00
2014-06-02 11:04:17 -03:00
2014-06-27 13:59:28 +02:00
2014-06-27 13:59:29 +02:00
2014-06-02 11:04:17 -03:00
2014-06-02 11:04:17 -03:00
2014-06-24 13:02:24 -03:00
2014-06-27 13:59:28 +02:00
2014-06-02 11:04:18 -03:00
2014-06-12 20:26:35 -04:00
2014-06-02 11:04:17 -03:00
2014-06-12 20:26:35 -04:00
2014-06-02 11:04:18 -03:00
2014-06-02 11:04:18 -03:00
2014-06-02 11:04:17 -03:00
2014-06-02 11:04:18 -03:00
2014-06-30 03:57:50 -04:00
2014-06-02 11:04:17 -03:00