aboutsummaryrefslogtreecommitdiffstats
path: root/incdec
diff options
context:
space:
mode:
authorTeddy Wing2021-08-21 21:15:51 +0200
committerTeddy Wing2021-08-21 21:15:51 +0200
commitb41244479515310e1f14c344161607e1c7fea360 (patch)
tree37fc60980b60aac9775a8db219c548a0e596f9dc /incdec
parent54218fbf53e7077fdd3740456be434893253b183 (diff)
downloadreadline-incdec-b41244479515310e1f14c344161607e1c7fea360.tar.bz2
incdec: Add a note for basic point handling when line length changes
Diffstat (limited to 'incdec')
-rw-r--r--incdec2
1 files changed, 2 insertions, 0 deletions
diff --git a/incdec b/incdec
index 9cc57ad..8e2c421 100644
--- a/incdec
+++ b/incdec
@@ -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 {