diff options
author | anekos | 2008-11-08 16:51:08 +0000 |
---|---|---|
committer | anekos | 2008-11-08 16:51:08 +0000 |
commit | b40f505d0bb43781b2b963d0552b6ff76e33ccaf (patch) | |
tree | 64431c1075d775d2228262eca8d089584780aed4 /asdfghjkl.js | |
parent | 05494c71f1a1e8b06cb4b7e7815c61524725ff4c (diff) | |
download | vimperator-plugins-b40f505d0bb43781b2b963d0552b6ff76e33ccaf.tar.bz2 |
Trivial fixes
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/branches/1.2@23017 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'asdfghjkl.js')
-rw-r--r-- | asdfghjkl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asdfghjkl.js b/asdfghjkl.js index 87f960d..b43965e 100644 --- a/asdfghjkl.js +++ b/asdfghjkl.js @@ -19,11 +19,11 @@ // // 切り替えキーを変更したい場合は、以下のように設定できます。 // let g:asdfghjkl_mode_change_key = "<C-c>" -// +// // // Links: // http://d.hatena.ne.jp/nokturnalmortum/20081021#1224543467 -// +// { let asdfghjkl_default = window.eval(liberator.globalVariables.asdfghjkl_default || "false"); |