Commit Graph
46 Commits
Author SHA1 Message Date
anekos db1fb981cc Add the values into 'activate' option. 2009-11-18 21:39:39 +09:00
anekos b946a5796a for ":hi CmdLine ..." 2009-08-03 22:50:46 +09:00
anekos c9806481ce Add keywords (vmap...) 2009-05-06 21:49:28 +09:00
anekos 8021953f0f Add keywords (nmap...) 2009-05-06 19:47:00 +09:00
anekos bfdd83547c Fix: The instances of Document have not "localName" property. 2009-04-24 19:50:21 +09:00
anekos 2a63edd52c Fix: A wrong value is set into 'encoding' option at liberator.startup. 2009-04-18 06:51:13 +09:00
anekos e459c7c867 Escaping the error.
A error occurs if the element has been removed when "elem.selectionStart" is executed.

e.g.
  Press "gi<ESC>" on
  <input type="text" onfocus="this.parentNode.removeChild(this)" />
2009-02-23 04:55:51 +09:00
anekos 4a475bb234 Fix for f09dc06283bef36e99e315b57acd16879c036410 2009-02-18 21:20:43 +09:00
anekos 60509096b3 Changed the behavior when commandline.input was canceled.
When commandline.input is canceled, should not do callback to act like Vim,
2009-02-18 17:45:56 +09:00
anekos d3d8e21fa9 Remove empty comment
eb9211b894f384c7a6fda21fd0219378c6e8643f
2009-02-18 00:17:17 +09:00
anekos f0ff9bf2a1 Fix: set! foo="multibyte string" was broken. 2009-02-18 00:11:16 +09:00
anekos 49ec231eda Fix typo in evalExpression@liberator.js.
Thanks snaka72.
2009-02-12 13:50:10 +09:00
anekos d5226fc252 Revert "Fix: ':bmark' cannot bookmarks /['"]/ included URL."
This reverts commit fc46e6c4157406fa9706074e3932d153216a9bd3.
2009-02-10 23:28:29 +09:00
anekos 9ef16288f0 Fix: ':bmark' cannot bookmarks /['"]/ included URL. 2009-02-10 11:31:29 +09:00
anekos d9f1dc4605 Fix typo 2009-02-09 17:42:25 +09:00
anekos e7c57052fa Fix: commands.parseArgs raises "Invalid option: .." Error.
When command(:foo) has NOARG option(-bar), ":foo -bar<CR>" raises the error.
2009-02-03 20:08:00 +09:00
anekos 3abd88276e Fix OPTION_NOARG's completion.
If the option is OPTION_NOARG, args[-opt] becomes null.
2009-01-20 23:40:07 +09:00
anekos d822a0b363 Merge branch 'master' into fixTailQuote 2009-01-18 03:14:50 +09:00
anekos a381a3947a Fix let-command's extraInfo
'let g:foo="c:\"' raise a error.
  -> E114: Missing quote: "
2009-01-18 03:07:47 +09:00
anekos 2bed184abb Fixed the method of getting href. 2009-01-13 00:21:15 +09:00
anekos cefc994115 s/\t/ / 2009-01-07 09:00:49 +09:00
anekos f8ffc1b482 Fix 'online' option's getter 2009-01-05 13:59:58 +09:00
anekos 1c6907eb2c Fix Option#get 2009-01-05 13:27:58 +09:00
anekos 2604c7df16 Merge branch 'fixInfo' 2009-01-03 09:44:16 +09:00
anekos 3263b34a8b Fix the info path in liberator.startup. 2009-01-03 09:42:24 +09:00
anekos 7923d17aab Fix unlet command. 2009-01-02 04:20:49 +09:00
anekos 21cf316f99 Fix set(local|global) completer and more 2009-01-01 13:04:37 +09:00
anekos 5b0d6674db s/let/var/
type is used at function block's tail.
2008-12-30 21:01:23 +09:00
anekos 6c9cef16f1 more '-quotes fix. 2008-12-29 07:29:59 +09:00
anekos 09cfa87fed s/'/"/ and remove spaces. 2008-12-29 07:05:57 +09:00
anekos d4ed88dbb5 Follow ff=mac. 2008-12-26 14:44:12 +09:00
anekos bf83f808e2 For nsITaggingService issue (maybe Firefox bug). 2008-12-25 08:12:29 +09:00
anekos 0bfda57eff Fix: getSearchEngines raise a error, if iconURI of a engine has not been defined. 2008-12-23 21:07:51 +09:00
anekos c64a3507a0 More fix -> 6875dacf74649253574a9bd444cec86a0087f31a 2008-12-23 08:01:50 +09:00
anekos cd9715fc6b Fix: bookmarks.js loading error.
liberator.modules.options has not been defined when bookmarks.js is loading.
2008-12-23 07:57:27 +09:00
anekos 9ac029441f Fix typo. 2008-12-21 15:40:12 +09:00
anekos 8f49dd3b4b Fix argument name.
Thanks tsukkee.
2008-12-21 15:03:28 +09:00
anekos b200139456 Fix: When one of functional AutoCommand raise a error, remaining AutoCommands are not executed. 2008-12-18 19:00:02 +09:00
anekos dafccd969a Fix the index of the bmark object. 2008-12-17 03:39:55 +09:00
anekos 548ab8fb50 Fixed the issue which cannot escape from hint mode normally. 2008-12-17 03:04:44 +09:00
anekos 5198adc456 Remove the comment in CDATA section.
CDATA section does not understand comment.
2008-12-17 02:17:55 +09:00
anekos fc70aa96c7 Fix for windows.
io.expandPath("~\\vimperator") does not work on windows.
2008-12-14 14:31:08 +09:00
anekos 6a3be0dcc6 Enabled autocommmands(trigger) to call function. 2008-12-08 23:30:25 +09:00
anekos 5d3c1826a7 Added the count arugument at Mode#action.
http://vimperator.org/trac/ticket/62
2008-12-07 23:53:27 +09:00
anekos 1429ff1a78 Fix: args is redefined and it makes the args undefined. 2008-12-04 12:39:36 +09:00
anekos 22a0d8b505 Fix: commandline.input does not set "completions". 2008-12-04 10:52:22 +09:00