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

1371 Commits

Author SHA1 Message Date
Daniel Bainton 6353b76f6d Fix 'Y' to not falsely show the caret if we're not in caret mode, thanks for the patch to John-Galt 2008-08-30 19:32:16 +00:00
Doug Kearns 8742e8050b sort QuickMarks as [a-z][A-Z][0-9] in :qmarks output 2008-08-30 14:57:17 +00:00
Doug Kearns 76eeab461e add registers to TODO 2008-08-30 13:34:14 +00:00
Doug Kearns 41c67225a2 add rough implementation of 'cdpath' option 2008-08-30 11:32:40 +00:00
Doug Kearns 4f52d745cb trivial :emenu help formatting fix 2008-08-30 03:56:48 +00:00
Doug Kearns ca4df2ad18 list available dialogs in the help for :dialog 2008-08-30 03:54:24 +00:00
Doug Kearns 122dbe4624 allow :dialog to open the cookies manager 2008-08-30 03:42:04 +00:00
Doug Kearns a0ab368082 output an error message on :cd - if there is no alternate directory 2008-08-30 03:12:14 +00:00
Doug Kearns 0a10028910 add new 'loadplugins' option 2008-08-29 12:46:25 +00:00
Daniel Bainton 7a86114f21 Return true from sleep() when done 2008-08-29 11:40:50 +00:00
Doug Kearns f2b0ce2317 revert use of argCount in :unmap commands as parseArgs() currently has no means
of dealing with unmatched quotes
2008-08-29 09:02:36 +00:00
Doug Kearns 79ca73d938 minor formatting improvements to Tutorial page 2008-08-29 06:52:38 +00:00
Doug Kearns 1591a25ff1 fix :set inv{option} help 2008-08-29 06:47:17 +00:00
Doug Kearns e8bfe91cd1 add count support to C-^ (Kazuo) 2008-08-29 01:16:53 +00:00
Doug Kearns 3a468168c7 add 'eventignore' option 2008-08-28 13:15:47 +00:00
Doug Kearns 61d29dc6be add QuitPre and ShellCmdPost autocommand events 2008-08-28 11:53:46 +00:00
Doug Kearns bd9c55742b move Quit event triggering to liberator.shutdown() 2008-08-28 06:47:04 +00:00
Doug Kearns 14fca7b099 fix tabs.get() - iterate over the browsers array via index rather than property 2008-08-28 05:33:40 +00:00
Doug Kearns 8cd4a8c2bb clarify the help description of the {pat} arg to :autocmd 2008-08-28 04:11:22 +00:00
Doug Kearns fa05c6a1ec clarify help for 'visualbell' 2008-08-27 12:31:18 +00:00
Doug Kearns f9a6d40697 add rudimentary <q-args> support to :command 2008-08-27 10:03:25 +00:00
Doug Kearns 603d097733 fix comment typo 2008-08-27 08:40:51 +00:00
Doug Kearns fe66405e13 move help for :beep to the "Various commands" section 2008-08-27 02:52:06 +00:00
Doug Kearns c61bfe60ce move help for GUI related commands to gui.txt 2008-08-27 02:49:53 +00:00
Doug Kearns 96eae9b16e add <C-c> mapping to the command line to return to normal mode 2008-08-27 02:05:17 +00:00
Doug Kearns 59f8d3830f send a mouseup event as well from buffer.followLink() 2008-08-27 01:36:16 +00:00
Doug Kearns 0bf8f8e086 display an error message when :dialog dominspector is called if the DOM
Inspector extension is not installed
2008-08-27 01:11:31 +00:00
Daniel Bainton b9b8e6ea24 Adding Konstantin to the developer list 2008-08-26 13:43:46 +00:00
Daniel Bainton 8e799edd9b Adding ~ keymapping to uppercase text in textarea editing
Thanks for the patch Daniel Schaffrath
2008-08-26 12:39:07 +00:00
Daniel Bainton 3c9ba896c8 Adding D keybinding to textarea editing to delete everything until EOL
Thanks Daniel Schaffrath for the patch
2008-08-26 12:28:51 +00:00
Daniel Bainton 81996b9ab2 Adding x/X keybindings for textarea editing
Thanks to Daniel Schaffrath for the patch.
2008-08-26 12:25:58 +00:00
Doug Kearns acb7a1ce6c whitespace fix 2008-08-26 05:13:46 +00:00
Doug Kearns afca48ca35 improve error reporting when running shell commands with :! 2008-08-26 02:40:35 +00:00
Doug Kearns 12be160433 prefix the invoked Ex command to the MOW output of :! 2008-08-26 02:27:05 +00:00
Doug Kearns ef84a3866f clarify :execute help 2008-08-26 00:38:44 +00:00
Konstantin Stepanov a57b0b5673 autocommands: some optimization applied 2008-08-25 23:16:30 +00:00
Doug Kearns 6cf70a5984 add :tabdetach to vimperator.vim 2008-08-25 01:08:41 +00:00
Doug Kearns eab3d7521a fix formatting of :tabdetach and :tabduplicate help 2008-08-25 01:08:17 +00:00
Doug Kearns f2bce0b115 ignore hintable elements which are not displayed (Krishna Rajendran) 2008-08-24 23:10:07 +00:00
Martin Stubenschrott 1704adc334 added :tabdetach, thanks Kris 2008-08-24 22:10:30 +00:00
Doug Kearns 5dd44343ed add missing semicolons 2008-08-23 02:31:17 +00:00
Doug Kearns fef1c0051e fix 'laststatus' validator 2008-08-23 02:30:35 +00:00
Doug Kearns dee53e3b9f whitespace fixes 2008-08-21 22:31:06 +00:00
Doug Kearns 37a2aa50fb make :execute eval its arg 2008-08-21 22:28:03 +00:00
Doug Kearns b08d4630e5 whitespace fixes 2008-08-21 05:15:24 +00:00
Doug Kearns 5f37761bf3 whitespace fix 2008-08-21 03:52:14 +00:00
Doug Kearns ace880a5fb add completion to :command and :delcommand 2008-08-21 03:48:51 +00:00
Doug Kearns bc55e0849f add general placeholder text for the replacement text of programmatically added
user commands in :command output
2008-08-21 00:18:25 +00:00
Doug Kearns 2e681edee6 add :emenu as a standard command - was accidentally defined as a user command 2008-08-20 17:56:44 +00:00
Doug Kearns 387af52369 move the macro completion function to liberator.completion 2008-08-20 17:32:52 +00:00