1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 17:27:59 +01:00
Commit Graph

15 Commits

Author SHA1 Message Date
Martin Stubenschrott
abeafde55f changed ":help open" to ":help :open" 2007-04-29 03:35:34 +00:00
Viktor Kojouharov
bfcf598bf2 fixes:
'tag' command works once more
  'source ~/' shows the matches
  fdopen checks whether the file exists, and throws a more-readable error if it doesn't
  'help' work if the current document is a XULDocument (it shows the help in a new tab)
2007-04-28 09:52:29 +00:00
Martin Stubenschrott
4cc50bf40e major code cleanup by using constants instead of indices, small bugs still may occur due to this change 2007-04-28 01:56:19 +00:00
Martin Stubenschrott
c21df11e92 wildmode and wildsort support
:open . and .. and .../ supported
2007-04-27 19:06:03 +00:00
Martin Stubenschrott
9e71e74a5c applied 'B' patch from Lars (not working fully)
cleaned up init() and moved all eventlisteneres code to addEventListeners()
2007-04-24 12:12:59 +00:00
Martin Stubenschrott
1ae53ecbf8 make help.js a seperate file, small indention fixes 2007-04-23 11:14:33 +00:00
Viktor Kojouharov
33418f2473 file completion now works for the path '/' also 2007-04-22 23:56:24 +00:00
Viktor Kojouharov
3ddfb11add ex parser for use with .vimperatorrc, the command line and other sourced files. sourced files are no longer javascript code, but can use the new :javascript ex command to execute javascript. :javascript also supports multiline with heredocs (:js <<EOF). File completion for the :source command. 2007-04-22 14:17:28 +00:00
Martin Stubenschrott
083aa0ae4a added section support for :help 2007-04-20 21:25:41 +00:00
Martin Stubenschrott
48b9f413cd hmm, forgot what I changed :) 2007-04-20 03:01:17 +00:00
Martin Stubenschrott
f52cca72ff added showmode setting 2007-04-19 23:35:52 +00:00
Martin Stubenschrott
5e5137e6f7 change tabs->4 spaces 2007-04-19 16:21:53 +00:00
Martin Stubenschrott
ac6a066df4 added modelines everywhere 2007-04-19 16:09:14 +00:00
Martin Stubenschrott
6fb4a01aae added :buffer(s) commands 2007-04-19 14:00:11 +00:00
Martin Stubenschrott
d0fe3cc426 Initial import 2007-04-10 19:43:19 +00:00