1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-31 13:12:27 +01:00

Store marks as line and column ordinals rather than percentages.

This commit is contained in:
Kris Maglione
2011-08-07 13:51:38 -04:00
parent e7ffc30732
commit 16394c75a5
3 changed files with 95 additions and 18 deletions

View File

@@ -71,6 +71,7 @@
editing input fields with i_<C-i>. See :h 'editor'. [b4]
• Improved [macro-string] support, including automatic elision
of optional elements, and array subscripts. [b4][b7]
• Marks are now stored as line and column ordinals rather than percentages. [b8]
• Mapping changes:
- It's now possible to map keys in many more modes, including
Hint, Multi-line Output, and Menu. [b4]