equal
deleted
inserted
replaced
33 set show-all-if-ambiguous on |
33 set show-all-if-ambiguous on |
34 |
34 |
35 # Replace common prefix with ... |
35 # Replace common prefix with ... |
36 set completion-prefix-display-length 1 |
36 set completion-prefix-display-length 1 |
37 |
37 |
38 set skip-completed-text off |
38 # Do not duplicate completion if we in the middle of the word. |
|
39 set skip-completed-text on |
39 |
40 |
40 # If set to 'on', completed directory names have a slash appended. The default is 'on'. |
41 # If set to 'on', completed directory names have a slash appended. The default is 'on'. |
41 set mark-directories on |
42 set mark-directories on |
42 set mark-symlinked-directories on |
43 set mark-symlinked-directories on |
43 |
44 |