diff options
author | teramako | 2011-04-24 17:29:57 +0900 |
---|---|---|
committer | teramako | 2011-04-24 17:29:57 +0900 |
commit | c1a82dd8b6ab5f1e60508f214902adf22dff6399 (patch) | |
tree | ff76d09ccd4fe7aedc7c656a5c717406461db737 /sl.js | |
parent | 0e2f74a96fa192909e8e1c5b02ceb9d51fcf4f27 (diff) | |
download | vimperator-plugins-c1a82dd8b6ab5f1e60508f214902adf22dff6399.tar.bz2 |
vimperator 3.1からUTF-8を解釈できるようになったので
Diffstat (limited to 'sl.js')
-rw-r--r-- | sl.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -548,7 +548,7 @@ self.init(); // ----------------------------------------------------- // Commmand // ----------------------------------------------------- -commands.addUserCommand(['sl'],decodeURIComponent(escape('キータイプを矯正します。')), +commands.addUserCommand(['sl'], 'キータイプを矯正します。', function(args){ let opt = {}; |