Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit667800f

Browse files
committed
Merge pull request#2 from expipiplus1/patch-1
Correct spelling mistake in readme
2 parents5649bf3 +aa3d620 commit667800f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Make text objects for various C and C++ blocks with power of clang
22
==================================================================
33

4-
This vim plugin makes text objects for various C and C++ blocks,funciton, class, namespace, expression, statement and so on.
4+
This vim plugin makes text objects for various C and C++ blocks,function, class, namespace, expression, statement and so on.
55

66
##Dependencies
77

@@ -41,13 +41,13 @@ int main()
4141
```
4242

4343
When the cursor is placed at`return`,`i;` selects`return 0;` and`a;` selects whole`main()` function.
44-
This is very simple example. Clang can parse morecomplecated source files like Boost libraries.
44+
This is very simple example. Clang can parse morecomplicated source files like Boost libraries.
4545

4646
Screenshot:
4747

4848
![screenshot](http://gifzo.net/82IlUtfW1g.gif)
4949

50-
##Morecomplecated operator-pending mappings
50+
##Morecomplicated operator-pending mappings
5151

5252
If you set`g:textobj_clang_more_mappings` to`1`, many operator-pending mappings are defined. As a default, mappings in a below table are defined. You can control the number of the mappings with`g:textobj_clang_mapping_kinds`.
5353

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp