File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2580,7 +2580,7 @@ Vim becomes slow while editing Go files~
25802580
25812581The most common cause for this is using an older version of Vim that doesn't
25822582support 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
25842584most pronounced on vim74, but can occur on vim8 and nvim. On vim8 and nvim,
25852585the problem should be restricted to a short period when the first buffer in a
25862586package is first loaded.
@@ -2591,7 +2591,7 @@ disabling |'g:go_auto_sameids'| and |'g:go_auto_type_info'|.
25912591
25922592To a lesser extent, this can be caused by `g: go_highlight_* ` options. If Vim
25932593is 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_* `
25952595options. Try disabling them if you've enabled some of them.
25962596
25972597I get errors when using GoInstallBinaries~
You can’t perform that action at this time.
0 commit comments