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

201 Commits

Author SHA1 Message Date
Martin Stubenschrott ebdac3be1f new 'followhints' option, thanks Ruud 2008-11-20 20:36:25 +00:00
Martin Stubenschrott cd2c0d6c6d Changed 'complete' option default to "sfl", meaning we have awesomebar completions by default now.
In constrast removed history cache, which should make startup faster and use less memory. As we only need it for :history anyway, there is no real performance penalty as Places does search quite fast.
2008-11-20 19:46:38 +00:00
Doug Kearns 47fbbacf41 initial crack at :command -complete - YALNS 2008-11-13 15:41:08 +00:00
Doug Kearns 189d578da8 fix NEWS formatting 2008-11-02 05:56:48 +00:00
Martin Stubenschrott 7a697987bb added :buffers [filter] 2008-11-02 05:13:34 +00:00
Kris Maglione 12a9532e6c Add Fullscreen autocommand 2008-11-01 20:46:33 +00:00
Doug Kearns 3371398700 add help for :colorscheme and move completion function to
completion.colorScheme
2008-11-01 14:54:05 +00:00
Kris Maglione 0677166d6b Fix 4-space tabs in NEWS 2008-10-29 00:55:32 +00:00
Martin Stubenschrott 8d9c6fcb28 moved hints to commandline.input(), thanks Xie&Tian 2008-10-29 00:09:22 +00:00
Martin Stubenschrott 63b4109713 made authors and news files pure text files without any html directives 2008-10-21 19:31:04 +00:00
Doug Kearns 2141d475f8 add 'exrc' 2008-10-21 15:45:57 +00:00
Doug Kearns 7a15b80aff add 'errorbells' 2008-10-20 16:56:31 +00:00
Doug Kearns 03ed0502c8 add shell command completion for :! 2008-10-20 14:38:22 +00:00
Doug Kearns bec8d33e59 pass all command actions an args object - IMPORTANT: this will possibly break
your plugin, read the NEWS file
2008-10-17 11:39:25 +00:00
Kris Maglione be2e39a09e Document :map-<silent> 2008-10-15 02:37:42 +00:00
Doug Kearns 7770adb4af add DownloadPost autocmd event 2008-10-15 01:52:59 +00:00
Kris Maglione 7a61111e35 Add tab numbering 2008-10-12 05:32:38 +00:00
Kris Maglione b32728d34a Add a :loadplugins command 2008-10-11 16:37:57 +00:00
Kris Maglione e0fd2718e8 Document . mapping 2008-10-11 14:41:09 +00:00
Doug Kearns 881d0ac843 add N% normal mode command 2008-10-11 10:51:10 +00:00
Kris Maglione e985d55819 Add NEWS and help entries for updated :au that I thought I'd added before, but apparantly "failed an up-to-date check" on 2008-10-11 05:56:28 +00:00
Doug Kearns 16164154ba add rough -nargs, -bang and -count support to :command 2008-10-10 13:52:08 +00:00
Kris Maglione 7e8312d541 Update news. 2008-10-09 02:48:38 +00:00
Doug Kearns 02c1d2fbdf update NEWS 2008-10-08 02:41:48 +00:00
Doug Kearns cd8bae267f update NEWS and vimperator.vim 2008-10-08 01:51:12 +00:00
Kris Maglione 1ff0c3169b Add NEWS and help entries for :so *.css. 2008-10-07 07:42:21 +00:00
Kris Maglione 506838b41d Add help and NEWS entries for :bmark! 2008-10-04 19:58:18 +00:00
Doug Kearns 7cd9f28279 add :optionusage command 2008-10-04 16:45:16 +00:00
Doug Kearns 7275233327 add rough initial versions of :doautocmd and :doautoall, clean up autocommands,
and fix several :au bugs (although at this hour it's a crap-shoot)
2008-10-04 16:33:18 +00:00
Kris Maglione 267535d9c7 Remove <<<<<<< from NEWS 2008-10-03 23:21:43 +00:00
Kris Maglione af60f0ba86 Add :style to NEWS 2008-10-03 23:16:19 +00:00
Doug Kearns 0a905986d9 add DOMLoad autocmd event 2008-10-02 06:40:24 +00:00
Doug Kearns 675ae16f24 add rough initial implementations of :message, g< (gm for now) and 'messages' 2008-09-27 12:33:23 +00:00
Doug Kearns 1d139b05e8 add :runtime command 2008-09-23 03:09:38 +00:00
Doug Kearns 26315eb1ec add 'runtimepath' 2008-09-22 12:45:31 +00:00
Doug Kearns 45b1a5a2b8 reorder NEWS 2008-09-16 13:27:36 +00:00
Kris Maglione bb4d268d0d Add NEWS entry for hints in the MOW. 2008-09-14 22:26:40 +00:00
Doug Kearns f36d0848e1 change :viusage/:exusage to jump to the appropriate help tag - special versions
now exhibit the old behaviour
2008-09-14 15:26:54 +00:00
Doug Kearns e623f529f9 add :scriptnames 2008-09-14 15:18:48 +00:00
Doug Kearns 0bb59f6c5c dd more rudimentary completion for options 'activate', 'pageinfo', 'newtab'
and 'popups'
2008-09-10 20:26:53 +00:00
Doug Kearns a6a9561bdd add commandline completion to 'cpt' 2008-09-10 18:57:15 +00:00
Doug Kearns 13e504c0a4 add commandline completion to 'defsearch' 2008-09-10 18:26:51 +00:00
Doug Kearns 9cfbb208de add IMPORTANT prefix to renamed autocommand events in NEWS 2008-09-10 17:51:17 +00:00
Doug Kearns 6c9238fe74 renamed Startup, Quit and QuitPre autocmd events to VimperatorEnter,
VimperatorLeave and VimperatorLeavePre
2008-09-10 16:50:52 +00:00
Doug Kearns 5a19d43bdc add new 'helpfile' option 2008-09-06 05:04:34 +00:00
Doug Kearns 8f46fdb88e add 'wildignore' option 2008-09-04 04:26:11 +00:00
Daniel Bainton d28d83722f Removing 2.0pre version from the www ChangeLog, and making the date for 2.0 not known in src/NEWS 2008-09-02 17:10:00 +00:00
Doug Kearns 34085658e6 add :finish command 2008-09-02 13:31:33 +00:00
Doug Kearns ab5ce77baf add new BookmarkPost autocommand event 2008-08-31 08:56:38 +00:00
Doug Kearns 41c67225a2 add rough implementation of 'cdpath' option 2008-08-30 11:32:40 +00:00