1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-29 04:03:31 +02:00

Store node XPath in marks.

This commit is contained in:
Kris Maglione
2011-08-07 14:46:40 -04:00
parent fc09e4828f
commit 1a53220597
2 changed files with 28 additions and 5 deletions

View File

@@ -71,7 +71,9 @@
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]
Improvements to marks:
- Marks are now stored as line and column ordinals rather than percentages. [b8]
- Marks now store the marked element and ensure its visibility when followed. [b8]
• Mapping changes:
- It's now possible to map keys in many more modes, including
Hint, Multi-line Output, and Menu. [b4]