This repository was archived by the owner on Oct 11, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -653,7 +653,7 @@ reverse it. If your cursor is still on the `foo` variable, execute `gJ` in
653
653
` normal ` mode. You'll see that the field definitions are all joined.
654
654
655
655
This doesn't use any AST-aware tools, so for example if you type ` gJ ` on top of
656
- the fields, you'll see that only two files are joined.
656
+ the fields, you'll see that only two fields are joined.
657
657
658
658
### Snippets
659
659
@@ -1231,7 +1231,7 @@ and `TestBar` functions. This is really great if you just want to get an
1231
1231
overview of all type and function declarations, and also jump to them.
1232
1232
1233
1233
Let's continue with a question. What if you just want to move to the next or
1234
- previous function? If you current function body is long, you'll probably will
1234
+ previous function? If your current function body is long, you'll probably will
1235
1235
not see the function names. Or maybe there are other declarations between the
1236
1236
current and other functions.
1237
1237
@@ -1470,7 +1470,7 @@ automatically for you.
1470
1470
1471
1471
### Dependencies and files
1472
1472
1473
- As you know a package can be consist of multiple dependencies and files. Even
1473
+ As you know a package can consist of multiple dependencies and files. Even
1474
1474
if you have many files inside the directory, only the files that have the
1475
1475
package clause correctly are part of a package.
1476
1476
You can’t perform that action at this time.
0 commit comments