diff options
| author | Teddy Wing | 2021-08-21 21:15:51 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2021-08-21 21:15:51 +0200 | 
| commit | b41244479515310e1f14c344161607e1c7fea360 (patch) | |
| tree | 37fc60980b60aac9775a8db219c548a0e596f9dc | |
| parent | 54218fbf53e7077fdd3740456be434893253b183 (diff) | |
| download | readline-incdec-b41244479515310e1f14c344161607e1c7fea360.tar.bz2 | |
incdec: Add a note for basic point handling when line length changes
| -rw-r--r-- | incdec | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -109,6 +109,8 @@ sub incdec {  	# echo "$line"  	READLINE_LINE="$line" + +	# TODO: If point was at the end, put it at the end again. The length of he line may have changed.  }  function __readline_incdec_increment { | 
