1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-01 09:23:33 +02:00

Register support with a crude kill ring.

This commit is contained in:
Kris Maglione
2011-10-06 01:02:11 -04:00
parent 09a3bfcaac
commit 1b781416c9
10 changed files with 255 additions and 50 deletions

View File

@@ -13,15 +13,12 @@ BUGS:
FEATURES:
9 Add more tests.
9 <C-o>/<C-i> should work as in Vim (i.e., save page positions as well as
locations in the history list).
9 clean up error message codes and document
9 option groups
9 global, window-local, tab-local, buffer-local, script-local groups
9 add [count] support to :b* and :tab* commands where missing
8 wherever possible: get rid of dialogs and ask console-like dialog questions
or write error prompts directly on the webpage or with :echo()
8 registers
8 add support for filename special characters such as %
8 :redir and 'verbosefile'
8 Add information to dactyl/HACKING file about testing and optimization