aboutsummaryrefslogtreecommitdiff
path: root/src/regexp.c
diff options
context:
space:
mode:
authorNicolas Hillegeer <nicolas@hillegeer.com>2014-04-26 19:19:43 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-29 09:29:10 -0300
commitcf68eda287a5a89e2b48779087f6d8ce99ba05d9 (patch)
tree5debb6e557d406d7fb98b2c088a8520c4d90bb87 /src/regexp.c
parent6b486f41d1b113bdb4018f5611105b83c7cd5455 (diff)
downloadrneovim-cf68eda287a5a89e2b48779087f6d8ce99ba05d9.tar.gz
rneovim-cf68eda287a5a89e2b48779087f6d8ce99ba05d9.tar.bz2
rneovim-cf68eda287a5a89e2b48779087f6d8ce99ba05d9.zip
garray: reimplement ga_concat_strings with stpcpy
Less useless strlen(), stpcpy() is a more natural fit for this task. ga_concat_strings() still has too much strlen() but that would be ugly to remove for a function that's not used very often (just once in the current codebase).
Diffstat (limited to 'src/regexp.c')
0 files changed, 0 insertions, 0 deletions