| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Subversion
Revision: 32922
Author: fabien
Date: 05 Sep 2008 08:36:46
Changes:Comments added about bug when completing in the middle of the line.
* tools/client-side/bash_completion: added comments
Files:| ... | ...@@ -124,6 +124,8 @@ | |
| 124 | 124 | # - other options? |
| 125 | 125 | # - obsolete options could be removed from auto-comp? (e.g. -N) |
| 126 | 126 | # - obsolete commands could be removed? (e.g. resolved) |
| 127 | # - completion does not work properly when editing in the middle of the line | |
| 128 | # status/previous are those at the end of the line, not at the entry position | |
| 127 | 129 | _svn() |
| 128 | 130 | { |
| 129 | 131 | local cur cmds cmdOpts pOpts mOpts rOpts qOpts nOpts optsParam opt |
| ... | ...@@ -185,6 +187,7 @@ | |
| 185 | 187 | # hasRevPropOpt: is --revprop set |
| 186 | 188 | # hasRevisionOpt: is --revision set |
| 187 | 189 | # hasRelocateOpt: is --relocate set |
| 190 | # hasReintegrateOpt: is --reintegrate set | |
| 188 | 191 | # acceptOpt: the value of --accept |
| 189 | 192 | # nargs: how many arguments were found |
| 190 | 193 | # stat: status of parsing at the 'current' word |