kakoune/rc/extra
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
..
autorestore.kak Pass a generic pattern to printf calls, use echo when possible 2016-04-23 10:00:36 +03:00
cabal.kak Remove uses of \< and \>, always use std regex compatible \b 2016-04-21 20:43:17 +01:00
clang.kak clang.kak: Use two sed processes instead of one to avoid extra long pattern space 2016-08-30 23:41:27 +01:00
coffee.kak Remove uses of \< and \>, always use std regex compatible \b 2016-04-21 20:43:17 +01:00
cucumber.kak Remove uses of \< and \>, always use std regex compatible \b 2016-04-21 20:43:17 +01:00
dockerfile.kak Reorganise rc/ into subdirectories 2016-01-29 09:03:23 +00:00
editorconfig.kak Pass a generic pattern to printf calls, use echo when possible 2016-04-23 10:00:36 +03:00
exherbo.kak Reorganise rc/ into subdirectories 2016-01-29 09:03:23 +00:00
flake8.kak Pass a generic pattern to printf calls, use echo when possible 2016-04-23 10:00:36 +03:00
git-tools.kak Use shell-candidates for :git command completion 2016-08-30 01:01:18 +01:00
haml.kak Reorganise rc/ into subdirectories 2016-01-29 09:03:23 +00:00
iterm.kak Move iterm.kak to rc/extra 2016-07-25 12:52:40 +02:00
jedi.kak Pass a generic pattern to printf calls, use echo when possible 2016-04-23 10:00:36 +03:00
kickstart.kak Remove uses of \< and \>, always use std regex compatible \b 2016-04-21 20:43:17 +01:00
latex.kak Remove uses of \< and \>, always use std regex compatible \b 2016-04-21 20:43:17 +01:00
modeline.kak Pass a generic pattern to printf calls, use echo when possible 2016-04-23 10:00:36 +03:00
moon.kak Pass a generic pattern to printf calls, use echo when possible 2016-04-23 10:00:36 +03:00
pug.kak Remove uses of \< and \>, always use std regex compatible \b 2016-04-21 20:43:17 +01:00
ragel.kak Remove uses of \< and \>, always use std regex compatible \b 2016-04-21 20:43:17 +01:00
sass.kak Reorganise rc/ into subdirectories 2016-01-29 09:03:23 +00:00
scss.kak Reorganise rc/ into subdirectories 2016-01-29 09:03:23 +00:00
tmux-repl.kak Invoke tmux only after checking its existence 2016-08-30 16:51:33 +02:00
tupfile.kak Remove uses of \< and \>, always use std regex compatible \b 2016-04-21 20:43:17 +01:00
x11-repl.kak Pass a generic pattern to printf calls, use echo when possible 2016-04-23 10:00:36 +03:00