kakoune/rc
Maxime Coste 80298a95a0 clang.kak: Use two sed processes instead of one to avoid extra long pattern space
The previous version was ending up with all the completion candidates
in a single, multiline pattern space, regex substitution on it was
extremely slow compared to the two process version where substitution
is always running on a single candidate.
2016-08-30 23:41:27 +01:00
..
base Use shell-candidates for ctags completion, and cache tag names in a separate file 2016-08-06 06:51:33 +01:00
core Allow instant completion of doc pages 2016-08-30 17:25:34 +03:00
extra clang.kak: Use two sed processes instead of one to avoid extra long pattern space 2016-08-30 23:41:27 +01:00