1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-11 13:45:46 +01:00

Add some basic (but in some cases rather broken) completion to the ex namespace.

This commit is contained in:
Kris Maglione
2010-11-06 13:47:14 -04:00
parent 27252207b4
commit 21fe6d9fff
2 changed files with 29 additions and 10 deletions

View File

@@ -25,6 +25,7 @@ BUGS:
(recent Mercurial regressions):
FEATURES:
8 registers
8 Document Caret and Visual modes.
8 replace global variables with plugin scoped user options
8 fix local options
@@ -53,9 +54,6 @@ FEATURES:
7 :grep support (needs location list)
6 :mksession
6 add [count] support to :b* and :tab* commands where missing
6 registers
Here, unlike Vim, y and "*y would be equivalent. That is, the pasteboard would
always be the default register. --Ted
6 check/correct spellings in insert mode with some mappings
6 add more autocommands (TabClose, TabOpen, TabChanged etc)
6 Use ctrl-w+j/k/w to switch between sidebar, content, preview window