diff options
author | hogelog | 2009-04-03 21:51:35 +0000 |
---|---|---|
committer | hogelog | 2009-04-03 21:51:35 +0000 |
commit | 53f047ae8b42c3960835a1a108489419b774b240 (patch) | |
tree | bbf53bfe2bd3db8127bda5a8c4c27cff92ea8342 /char-hints-mod2.js | |
parent | 76d49e5543eb33648c2a6e29b7e9c60eb1781ad8 (diff) | |
download | vimperator-plugins-53f047ae8b42c3960835a1a108489419b774b240.tar.bz2 |
* fix typo s/histsio/hintsio/ (thanks tekezo)
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@31876 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'char-hints-mod2.js')
-rw-r--r-- | char-hints-mod2.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/char-hints-mod2.js b/char-hints-mod2.js index 4eb3139..cf07235 100644 --- a/char-hints-mod2.js +++ b/char-hints-mod2.js @@ -27,7 +27,7 @@ let g:hintsio: - "O" setting char-hint show uppercase.
Default setting is "IO".
e.g.)
- let g:histsio="i"
+ let g:hintsio="i"
let g:hintlabeling:
- "s" setting simple n-base decimal hint labeling (n = hintchars.length)
- "a" setting adjust no overlap labeling
@@ -57,7 +57,7 @@ let g:hintsio: - "O" setting char-hint show uppercase.
Default setting is "IO".
e.g.)
- let g:histsio="i"
+ let g:hintsio="i"
let g:hintlabeling:
- "s" setting simple n-base decimal hint labeling (n = hintchars.length)
- "a" setting adjust no overlap labeling
|