Commit Graph
20 Commits
Author SHA1 Message Date
Viktor Kojouharov d2e6d0871c mapleader support 2007-09-23 19:25:27 +00:00
Viktor Kojouharov 6060c59359 basic eval function and variable let/unlet 2007-09-18 20:23:03 +00:00
Viktor Kojouharov 745035e1eb uppercase marks work once again 2007-06-12 06:21:29 +00:00
Viktor Kojouharov 2e143ffe1a The global marks correctly jump to their stored position, once the page has been loaded 2007-06-09 13:20:03 +00:00
Viktor Kojouharov 15b12af71a changed the flags back. don't use 1 << 0 for any of the flags, since the 'default' one is 0 2007-05-29 06:38:53 +00:00
Viktor Kojouharov ff488d5399 RFC: the api for the new mappings 2007-05-27 15:20:55 +00:00
Viktor Kojouharov f07b29beac move the statusbar color handling to the css file. for the future, whenever a background color is set, the foreground color should also be set, otherwise text might be unreadable in dark themes (or light themes, depending on what theme the user has) 2007-05-20 13:53:57 +00:00
Viktor Kojouharov 4a8c6a3971 The Help Strikes Back 2007-05-13 22:29:39 +00:00
Viktor Kojouharov f560f7e046 The Return of the Link 2007-05-13 21:36:54 +00:00
Viktor Kojouharov 50bb6aa8f2 fixed the indentation and and command line completion 2007-05-13 17:17:31 +00:00
Viktor Kojouharov cfa855ad10 the substrings shouldn't be cleared in this particular case 2007-05-08 15:04:20 +00:00
Viktor Kojouharov 297f8c2bf0 scroll to the proper location without the need of an offset 2007-05-01 15:31:06 +00:00
Viktor Kojouharov 17cbe30053 delay sourcing of the rc file so that commands that open new tabs (like js!) can work 2007-04-28 10:15:14 +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
Viktor Kojouharov 9a8a0b92f3 removed the command wrapping in the help output 2007-04-23 18:46:31 +00:00
Viktor Kojouharov becfb9ca3f fix the :help command 2007-04-23 18:23:16 +00:00
Viktor Kojouharov 33418f2473 file completion now works for the path '/' also 2007-04-22 23:56:24 +00:00
Viktor Kojouharov f7681aff1f redesing of the help page to be more like vim's help. :tab command like in vim.
the extension id has changed to a more readable string. any older versions of vimperator MUST be uninstalled, otherwise there will be 2 versions of the extension in the addons list.
2007-04-22 23:21:38 +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
Viktor Kojouharov 6322db0107 bug-- 2007-04-22 14:10:23 +00:00