1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-26 20:21:25 +02:00
Commit Graph

2087 Commits

Author SHA1 Message Date
Doug Kearns eda172d8c2 highlight the toggle and inversion modifiers for boolean options and the
default value modifier for all options in an RC file :set command
2008-09-11 13:42:27 +00:00
Daniel Bainton b24b45dd9b Adding hostname to the tmp file used with external editor 2008-09-11 10:40:08 +00:00
Doug Kearns 8c3cfc4c8c more AR whitespace fixes 2008-09-11 08:23:46 +00:00
Doug Kearns 3113c26a86 whitespace fixes 2008-09-11 08:08:50 +00:00
Kris Maglione 1e69a5f40c Fix liberator.storage.saveAll(). 2008-09-11 04:00:23 +00:00
Kris Maglione 23741d8d50 Only fire truncate event from storage module if array is actually truncated. 2008-09-11 03:20:49 +00:00
Kris Maglione 86b9415ad9 Trigger setters on option change. 2008-09-11 03:15:36 +00:00
Kris Maglione 56155a6032 Add a storage module to persistently store, and share between windows, quickmarks, command/search history, and option values. 2008-09-11 02:29:57 +00:00
Doug Kearns 716ee80452 prepend commandline to MOW output of :autocmd 2008-09-10 23:44:07 +00:00
Doug Kearns 40ccef6cca whitespace fixes 2008-09-10 21:28:06 +00:00
Doug Kearns e56d62aa27 add a i_<Ctrl-i> tag to the 'editor' help until we have a dedicated insert mode
page section
2008-09-10 21:03:04 +00:00
Doug Kearns 78bc891a0d add John-Galt to the developers list 2008-09-10 20:48:21 +00:00
Martin Stubenschrott 1c219ea65c added missing \n to dump() 2008-09-10 20:31:16 +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 23ccb9a689 fix some for..in loops used to iterate over arrays 2008-09-10 20:09:23 +00:00
Kris Maglione ca6048ef05 Update bookmarks cache based on bookmarks observer. 2008-09-10 19:36:30 +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
Kris Maglione 55b5a3b6f3 Removed unnecessary !importants from CSS. 2008-09-10 18:07:03 +00:00
Doug Kearns 9cfbb208de add IMPORTANT prefix to renamed autocommand events in NEWS 2008-09-10 17:51:17 +00:00
Doug Kearns 8ec1d510cd make some macro-related messages more Vim-like 2008-09-10 16:59:33 +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 1d83391c54 rename the BookmarkPost autocommand event to BookmarkAdd 2008-09-10 15:33:27 +00:00
Daniel Bainton ab20cc4e25 Updating the maxVersion to work with 3.1b1pre 2008-09-10 11:36:32 +00:00
Doug Kearns 0437d42c53 whitespace fixes 2008-09-10 10:44:01 +00:00
Doug Kearns ba2acde7ff add an example of <Leader> use to the help 2008-09-10 10:29:25 +00:00
Doug Kearns de6b32af54 don't allow attempts to :source directories 2008-09-10 10:29:00 +00:00
Kris Maglione 2449b20e44 Add CSS for last commit. 2008-09-10 07:32:21 +00:00
Kris Maglione 4b6c27b1e7 Added liberator.commandline.input() to prompt the user. Added prompt when opening too many tabs. 2008-09-10 04:28:11 +00:00
Doug Kearns 161278a172 reword the browsing help introduction 2008-09-09 06:40:23 +00:00
Doug Kearns c9d3e07263 update old reference to <C-q> as being the Pass-Through mode binding 2008-09-09 02:48:12 +00:00
Doug Kearns 0f444d3e2f use hl-Title class for titles in :jumps, :autocmd, :viusage and :exusage MOW
output
2008-09-08 15:55:44 +00:00
Doug Kearns 6973f661bf fix typo in autocmd-examples tag name 2008-09-08 15:29:39 +00:00
Doug Kearns f12f956e41 add liberator.dump() to prefix dump() messages with our extension name 2008-09-08 04:41:23 +00:00
Martin Stubenschrott b9f71d1bd9 added ;? to the help 2008-09-06 21:38:05 +00:00
Doug Kearns 6aee8cad15 add FIXME to asciidoc.conf - attribute processing broken 2008-09-06 06:30:44 +00:00
Doug Kearns bdcbd9ebc0 fix some markup validation errors in the help files 2008-09-06 06:17:19 +00:00
Doug Kearns 5a19d43bdc add new 'helpfile' option 2008-09-06 05:04:34 +00:00
Doug Kearns cc292e8541 add a help index page 2008-09-06 04:49:24 +00:00
Doug Kearns d34abe36a1 dont use for...in to loop over the callbacks array in triggerCallback() 2008-09-05 12:19:24 +00:00
Doug Kearns 34ae572826 remove unnecessary log() call 2008-09-05 11:24:09 +00:00
Doug Kearns e01ee6e0e4 improve input/textarea matching for "gi" and allow an out of range count to
jump to the last field like "gt"
2008-09-05 11:09:25 +00:00
Doug Kearns 67111530df output status messages from :hardcopy and hide the progress dialog when ! is
used
2008-09-05 06:37:01 +00:00
Doug Kearns 356b2e7526 add basic help for c_<C-c>, c_<C-]>, c_<Up>, c_<Down>, c_<Tab> and c_<S-Tab> 2008-09-04 09:22:47 +00:00
Doug Kearns 032edb9d9a rename wimRegexp since it represents the 'wildignore' pattern 2008-09-04 07:32:39 +00:00
Doug Kearns 8f46fdb88e add 'wildignore' option 2008-09-04 04:26:11 +00:00
Doug Kearns 9dd8ca470f use extraInfo 'hash' as the last parameter to the Option constructor function 2008-09-03 03:50:36 +00:00
Doug Kearns 6a4abdff1b fix typo in 'loadplugins' help 2008-09-03 03:42:37 +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 5ea257e6cd add :finish to vimperator.vim 2008-09-02 13:32:12 +00:00