Skip to content

Commit ac1fb96

Browse files
authored
Merge pull request #3686 from jiz4oh/patch-1
Fix typo
2 parents 105c459 + 8849f18 commit ac1fb96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/vim-go.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2580,7 +2580,7 @@ Vim becomes slow while editing Go files~
25802580

25812581
The most common cause for this is using an older version of Vim that doesn't
25822582
support asynchronous jobs. |'g:go_auto_sameids'| and |'g:go_auto_type_info'|
2583-
run jobs that can cause noticable delays when used with vim74. The problem is
2583+
run jobs that can cause noticeable delays when used with vim74. The problem is
25842584
most pronounced on vim74, but can occur on vim8 and nvim. On vim8 and nvim,
25852585
the problem should be restricted to a short period when the first buffer in a
25862586
package is first loaded.
@@ -2591,7 +2591,7 @@ disabling |'g:go_auto_sameids'| and |'g:go_auto_type_info'|.
25912591

25922592
To a lesser extent, this can be caused by `g:go_highlight_*` options. If Vim
25932593
is just slower than normal, but doesn't render unexpected characters in the
2594-
currrent window, then the problem is most likely the `g:go_highlight_*`
2594+
current window, then the problem is most likely the `g:go_highlight_*`
25952595
options. Try disabling them if you've enabled some of them.
25962596

25972597
I get errors when using GoInstallBinaries~

0 commit comments

Comments
 (0)