]> git.pld-linux.org Git - packages/poldek.git/blame - at-char-completion.patch
One more change to fix lp#1288989
[packages/poldek.git] / at-char-completion.patch
CommitLineData
4cd82b6e
WF
1--- poldek-0.30.0/cli/shell.c.orig 2014-02-15 09:09:58.005201258 +0100
2+++ poldek-0.30.0/cli/shell.c 2014-02-15 09:10:39.141637805 +0100
3@@ -425,7 +425,7 @@ static char **poldek_completion(const ch
4 matches = rl_completion_matches(text, command_options_generator);
5
6 } else {
7- rl_completer_word_break_characters = " \t\n\"\\'`@$><=;|&{(";
8+ rl_completer_word_break_characters = " \t\n\"\\'`$><=;|&{(";
9
10 switch (sh_ctx.completion_ctx) {
11 case COMPLETITION_CTX_DIRNAME:
12@@ -434,7 +434,7 @@ static char **poldek_completion(const ch
13
14 case COMPLETITION_CTX_WHAT_PROVIDES:
15 case COMPLETITION_CTX_WHAT_REQUIRES:
16- rl_completer_word_break_characters = " \t\n\"\\'`@$><=;|&{";
17+ rl_completer_word_break_characters = " \t\n\"\\'`$><=;|&{";
18 matches = rl_completion_matches(text, deps_generator);
19 break;
20
This page took 0.458608 seconds and 4 git commands to generate.