aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-07-18 01:59:46 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-07-18 01:59:46 +0300
commitcf7e3bc51731ea4be786ec163532a63d7f93af87 (patch)
tree3810d36f390a36f00838c318273565aa4b9f65d6 /TODO
parent5d4368584ecd447b953e8853dbeaee4282700970 (diff)
downloadsciteco-cf7e3bc51731ea4be786ec163532a63d7f93af87.tar.gz
<nEL> (set EOL mode) now sets the buffer's dirty flag
* While it doesn't directly change the buffer's contents in bytes, a subsequent write would result in a different file on disk, so it is consequent to remind the user of saving or discarding changes. * Will also fix :EX after changing the EOL mode.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 930dd3a..016973e 100644
--- a/TODO
+++ b/TODO
@@ -420,10 +420,6 @@ Features:
byte offsets. This would mainly be useful in ^E\^E.
* EL command could also be used to convert all EOLs in the current
buffer.
- * nEL should perhaps dirtify the buffer, at least when automatic
- EOL translation is active, or always (see above).
- The dirty flag exists to remind users to save their buffers and
- nEL changes the result of a Save.
* exclusive access to all opened files/buffers (locking):
SciTECO will never be able to notice when a file has been
changed externally. Also reversing a file write will overwrite