micro/internal
Dmytro Maluka 1ead9ce4fd
Fix regression in CopyLine, CutLine, DeleteLine for last line (#3519)
Fix regression introduced in commit fdacb28962 ("CopyLine, CutLine,
DeleteLine: respect selection"): when CopyLine, CutLine or DeleteLine is
done in the last line of the buffer and this line is not empty, this
line gets selected but does not get copied/cut/deleted (and worse, it
remains selected).
2024-10-24 18:01:45 +02:00
..
action Fix regression in CopyLine, CutLine, DeleteLine for last line (#3519) 2024-10-24 18:01:45 +02:00
buffer Reset LastVisualX on undo/redo 2024-10-14 01:42:04 +02:00
clipboard Use zyedidia/clipper for external clipboard 2022-06-14 08:40:57 -04:00
config config/settings: Add option helpsplit for permanent help split type 2024-10-20 14:26:42 +02:00
display Overhaul LastVisualX and GetVisualX() usage 2024-10-14 01:41:35 +02:00
info Reordered prompt done callback to avoid accessing out of bound history (#3318) 2024-06-02 20:00:13 +02:00
lua Exposing replacement functions for deprecated IOUtil functions (#3393) 2024-09-22 22:08:32 +02:00
screen Fix non-working raw escape bindings after restarting the screen (#3468) 2024-09-12 20:39:14 +02:00
shell Return error with start in RunInteractiveShell 2024-06-22 21:21:13 +08:00
util Move sigterm channel to internal/util 2024-06-17 18:08:18 +08:00
views chore: fix some typos (#3239) 2024-04-08 12:04:38 +02:00