Skip to content

Commit cb51c61

Browse files
committed
fix a quote in an installation example
1 parent 6a88ca5 commit cb51c61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This plugin depends on [textobj-user](https://github.com/kana/vim-textobj-user),
1616
NeoBundleLazy 'kana/vim-textobj-indent', {
1717
\ 'depends' : [
1818
\ 'kana/vim-textobj-user',
19-
\ 'kana/vim-textobj-function,
19+
\ 'kana/vim-textobj-function',
2020
\ 'rhysd/libclang-vim',
2121
\ ],
2222
\ 'autoload' : {

doc/textobj-function-clang.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ them by writing below code in your vimrc.
4040
NeoBundleLazy 'kana/vim-textobj-indent', {
4141
\ 'depends' : [
4242
\ 'kana/vim-textobj-user',
43-
\ 'kana/vim-textobj-function,
43+
\ 'kana/vim-textobj-function',
4444
\ 'rhysd/libclang-vim',
4545
\ ],
4646
\ 'autoload' : {

0 commit comments

Comments
 (0)