Changeset 7be5d8b
- Timestamp:
- Jul 27, 2009, 11:23:57 PM (14 years ago)
- Branches:
- master, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- f987504
- Parents:
- 82a6e8b
- git-author:
- Nelson Elhage <nelhage@mit.edu> (07/27/09 23:15:17)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (07/27/09 23:23:57)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/lib/BarnOwl/Completion/Context.pm
r13614e7 r7be5d8b 136 136 unless(defined($word_point)) { 137 137 $word_point = 0; 138 $cword_start = $cword_end = 0; 138 $cword_start = $cword_end = $point; 139 push @words, '' if $point > 0; 139 140 } 140 141 -
t/completion.t
r82a6e8b r7be5d8b 98 98 2, 0, 9, 11); 99 99 100 test_tokenize(q{zwrite -c }, q{}, 101 [qw(zwrite -c), ''], 102 2, 0, 10, 10); 103 100 104 # It's not entirely clear what we should do here. Make a test for the 101 105 # current behavior, so we'll notice if it changes.
Note: See TracChangeset
for help on using the changeset viewer.