Skip to content

Commit

Permalink
Merge pull request osyo-manga#3 from syngan/sg-doc
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
osyo-manga committed Jun 23, 2013
2 parents ef6ea1d + 72e2fb1 commit 0807556
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/precious.jax
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Example: >
augroup END
<

PreciousFiletype_{filetype} *PreciousFileType_*
PreciousFileType_{filetype} *PreciousFileType_*
{filetype} のコンテキストへ切り替わった時に呼ばれます。

Example: >
Expand All @@ -102,7 +102,7 @@ Example: >
" ruby のコンテキストに入った時、tabstop=8 を設定する
" :PreciousSetContextLocal を使用することで
" ruby のコンテキストを抜けると元の値に戻すことが出来る
autocmd User PreciousFiletype_ruby :PreciousSetContextLocal tabstop=8
autocmd User PreciousFileType_ruby :PreciousSetContextLocal tabstop=8
augroup END
<

Expand Down Expand Up @@ -273,7 +273,7 @@ let g:precious_enable_switchers = {
" コンテキストが切り替わった場合、syntax を設定
augroup test
autocmd!
autocmd User PreciousFiletype let &l:syntax = precious#context_filetype()
autocmd User PreciousFileType let &l:syntax = precious#context_filetype()
augroup END
<

Expand Down

0 comments on commit 0807556

Please sign in to comment.