@@ -88,9 +88,9 @@ instead, please do so with caution; it is a _development_ branch.
8888vim-go follows the standard runtime path structure and should work with any of
8989the major plugin managers.
9090
91- For Pathogen or Vim | packages | , just clone the repo. For other plugin managers,
92- you may also need to add the lines to your vimrc to execute the plugin
93- manager's install command.
91+ For Pathogen or Vim | packages | , just clone the repo. For other plugin
92+ managers, you may also need to add the lines to your vimrc to execute the
93+ plugin manager's install command.
9494
9595* Vim 8 | packages | >
9696
@@ -1268,7 +1268,7 @@ static mappings. By default it's enabled.
12681268Use this option to auto | :GoFmt | on save. When both 'g:go_imports_autosave'
12691269and 'g:go_fmt_autosave' are enabled and both 'g:go_fmt_command' and
12701270'g:go_imports_mode' are set to `goimports` , `goimports` will be run only once.
1271- By default it's enabled.
1271+ By default it's enabled.
12721272>
12731273 let g:go_fmt_autosave = 1
12741274<
@@ -2274,9 +2274,9 @@ rest of the commands and mappings become available after executing
22742274:GoDebugTestFunc [expand]
22752275
22762276 Behaves the same as | :GoDebugTest | and implicitly adds `- test.run` to run
2277- the nearest test or example function (i.e. the nearest function declaration
2278- that matches `func Test` or `func Example`) at or previous to the cursor.
2279- Search will not wrap around when at the top of the file.
2277+ the nearest test or example function (i.e. the nearest function
2278+ declaration that matches `func Test` or `func Example`) at or previous to
2279+ the cursor. Search will not wrap around when at the top of the file.
22802280
22812281 *:GoDebugRestart*
22822282:GoDebugRestart
0 commit comments