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

4915 Commits

Author SHA1 Message Date
Kris Maglione a1c93979ae Get rid of template.maybeXML. 2010-12-10 07:43:13 -05:00
Kris Maglione 36205c6c0e Make Bookmark objects live writeable. 2010-12-10 01:38:39 -05:00
Kris Maglione 38c2d07ef1 Also linkify 'Last set from' in :set output. 2010-12-09 22:42:09 -05:00
Kris Maglione cb25879534 Fix minor issue caused by last commit. 2010-12-09 22:30:13 -05:00
Kris Maglione 75342f09ec Do something sensible for items defined from :map/:com/... in :*usage!. 2010-12-09 22:25:20 -05:00
Kris Maglione 4c9e73949c Make more effort to get at the actual filename behind a URL in view-source and :*usage!. 2010-12-09 22:09:05 -05:00
Kris Maglione c5a1291eac Allow specifying line numbers in 'editor'. Take advantage in <C-i> and view-source links. 2010-12-09 21:37:21 -05:00
Kris Maglione e339032fd2 Some minor cleanup and fixes. 2010-12-09 20:46:35 -05:00
Kris Maglione a0335cb437 Fix :noremap. (Probably) Fixes issue #168. 2010-12-08 14:56:11 -05:00
Kris Maglione 3e8002f0d7 Work around help pages failing to render properly, bugs 591425 and 606877. Closes issue #81.
Update issue 81
This should at least alleviate the problem.
2010-12-07 16:45:15 -05:00
Kris Maglione 0af0b5340e Minor mode magic. 2010-12-07 01:21:42 -05:00
Kris Maglione bf73483d42 Settle stupid naming dispute. 2010-12-07 01:13:22 -05:00
Kris Maglione 175cd126b7 Use completion.buffer for tabs.switchTo/:buffer!.
--HG--
extra : rebase_source : 91bb7fa4c4573048721f65c3aa871370300e7979
2010-12-06 22:57:04 -05:00
Doug Kearns 9c0cc5d19b Update Vim runtime files for 'smartcase' change. 2010-12-06 18:13:16 +11:00
Štěpán Němec a219601931 Provide util.regexpSource to avoid escaping slash when not necessary. 2010-12-06 03:54:22 +01:00
Štěpán Němec b765c5e96c Typos and whitespace fixes. 2010-12-06 02:29:52 +01:00
Kris Maglione b79aecf31a Fix doc bugs caused by last commit. 2010-12-04 17:24:45 -05:00
Kris Maglione 23fba45b28 Replace 'ignorecase' and 'smartcase' with 'searchcase'. 2010-12-04 17:21:15 -05:00
Štěpán Němec a26b410daa Fix the initial note markup and a typo in the tutorial.
Closes issue #166.
2010-12-04 19:13:53 +01:00
Kris Maglione 1ead903ab7 Only bitch about unknown keys in TEXT EDIT mode. 2010-12-03 23:50:47 -05:00
Kris Maglione a5834b9b18 Only bitch about unknown keys in TEXT EDIT mode. 2010-12-03 23:48:11 -05:00
Kris Maglione cb2038b749 Don't pre-expand 'runtimepath'. Prevents untoward serialization of the default value. 2010-12-03 22:53:31 -05:00
Štěpán Němec b7190287da Correct the comment in :h 'autocomplete example. 2010-12-04 04:41:30 +01:00
Kris Maglione daa0199774 Moderately different (and probably jarring) :*usage definition information. 2010-12-03 20:35:31 -05:00
Kris Maglione a7aca30ff1 Changes missed in prior commit. 2010-12-03 20:02:41 -05:00
Kris Maglione d15599ee3a Fix scrolling bug. 2010-12-03 19:40:09 -05:00
Kris Maglione ad54306603 Fix 'smartcase'. 2010-12-03 19:32:49 -05:00
Kris Maglione 252e7450f1 Crude source line linkification in :*usage. 2010-12-03 18:11:05 -05:00
Kris Maglione 4f696a4a2e Don't allow floats for int prefs. 2010-12-03 18:12:09 -05:00
Kris Maglione cac91fe421 Do away with silly and troublesome regexp entirely from Doug's/anekos' last commit. 2010-12-03 17:54:54 -05:00
Kris Maglione 09bfc60446 Fix :viu!.
--HG--
extra : rebase_source : e9f4ea7ad0d59656167aeb2e0fca276c8375c8ee
2010-12-03 17:30:53 -05:00
Doug Kearns 349205aed1 Allow signed numeric values in :set!. (anekos)
--HG--
extra : rebase_source : 36a2de3517da2d777d08b6b89c63a82c66faf2ff
2010-12-04 09:03:08 +11:00
Kris Maglione f63b13d431 Profide default leaf names in :write for people who can't be bothered to think up their own.
--HG--
extra : rebase_source : 6bfef2eff2a7319af53fa9610fd8f16d5513e221
2010-12-03 16:55:00 -05:00
Doug Kearns 3886a82f47 Add c_<C-p> and c_<C-n> as aliases for c_<S-Up>/c_<S-Down>. 2010-12-04 08:38:02 +11:00
Štěpán Němec f94e864ded Update TODO. 2010-12-03 22:02:56 +01:00
Štěpán Němec a6eb8c71e0 Fix odd markup in the :h 'wildignore example. 2010-12-03 19:13:46 +01:00
Štěpán Němec 57c52c36f8 Improve :h 'autocomplete. 2010-12-03 19:10:13 +01:00
Štěpán Němec aabe05be55 Mention -builtin in the note about preventing infinite loops in :h :map. 2010-12-03 19:09:44 +01:00
Štěpán Němec 6b416e521c Fix a typo. 2010-12-03 04:39:37 +01:00
Kris Maglione 2aaa8962b7 Fix loading storage files. 2010-12-02 22:23:58 -05:00
Kris Maglione 0346a1ff18 Add a hint mode for selecting scrollable elements.
Update issue 151
This should do what you want.
2010-12-02 20:29:51 -05:00
Kris Maglione 9a9449f554 Some scrollable element fixes. Closes issue #151. 2010-12-02 20:00:36 -05:00
Kris Maglione becbd989e9 Allow exporting to a directory as well as an archive with dactyl.exportHelp. 2010-12-02 19:18:32 -05:00
Kris Maglione c8f18d8d62 Fix dactyl.profileName on WinNT. 2010-12-02 18:17:50 -05:00
Kris Maglione 7cf96662b8 :set! behavior fixes. 2010-12-02 18:11:42 -05:00
Kris Maglione 2d957c37f8 Small fixes. Add Components to list of magical JS global properties.
--HG--
extra : rebase_source : ba08f90f02d5362108cfbffd2f9ce9a89d8e905e
2010-12-02 18:00:20 -05:00
Štěpán Němec 033c3b43c8 Use config.removeTab instead of tabs.remove in :bdelete.
The latter affects tab selection, which is not desirable here.
2010-12-02 04:25:04 +01:00
Kris Maglione 0748369c68 Do away with now unnecessary service variables. 2010-12-01 22:17:19 -05:00
Kris Maglione 5d51fd491a Do away with services.(get|create), and move the prefs module to its own file. 2010-12-01 21:57:51 -05:00
Kris Maglione 0bf9cfb0bc Avoid showing a rather silly and irrelevant prompt on :qall/ZQ. 2010-12-01 19:58:51 -05:00