Ville Skyttä
|
705be00502
|
dict: Trivial regex cleanup.
|
2013-08-26 23:18:22 +03:00 |
|
Ville Skyttä
|
497c20902a
|
Use == instead of =.
|
2013-04-08 23:04:11 +03:00 |
|
Ville Skyttä
|
2932491a2c
|
dict: Speed up word completion with common use cases and large word lists.
/usr/share/dict/words has 479829 entries on my box which is too much
for practical compgen -W usage, narrow it down with grep in common use
cases.
|
2011-11-20 20:01:13 +02:00 |
|
Ville Skyttä
|
3b8ef29ef3
|
Cleanups: Use [[ instead of [.
|
2011-11-09 23:28:11 +02:00 |
|
Ville Skyttä
|
0d10b94e7a
|
Move Emacs indentation settings from every file to .dir-locals.el.
|
2011-11-01 22:14:45 +02:00 |
|
Ville Skyttä
|
20c05b43b6
|
Load completions in separate files dynamically, get rid of have().
|
2011-10-12 00:19:50 +03:00 |
|
Ville Skyttä
|
4f35919e69
|
Convert more completions to use _parse_help() instead of hardcoded option lists.
|
2011-04-29 12:27:21 +03:00 |
|
Ville Skyttä
|
4bc5f90b3e
|
Use _init_completion() in completions/d*.
|
2011-04-20 16:49:57 +03:00 |
|
Ville Skyttä
|
9af6f3504e
|
Abort completion file loading earlier if required commands are not available.
Cuts ~10% from bash completion load time on two different systems I
just tested.
|
2011-04-05 00:37:55 +03:00 |
|
Ville Skyttä
|
94c51fc36e
|
Coding style consistency tweaks.
|
2011-04-04 23:48:22 +03:00 |
|
Guillaume Rousse
|
cb7fc2f7c4
|
rename 'contrib' directory to 'completions'
|
2010-09-12 16:42:21 +02:00 |
|