From 6a351fc72b59f20ccbfd5d8b14ddf1a81362af7a Mon Sep 17 00:00:00 2001 From: brotifypacha Date: Tue, 11 Jun 2024 14:21:44 +0300 Subject: [PATCH] fix typo in vim-go.txt --- doc/vim-go.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/vim-go.txt b/doc/vim-go.txt index af5db2a032..14930856ad 100644 --- a/doc/vim-go.txt +++ b/doc/vim-go.txt @@ -389,7 +389,7 @@ CTRL-t *:GoTest* :GoTest[!] [expand] - Run the tests on your _test.go files via in your current directory. Errors + Run the tests on your _test.go files in your current directory. Errors are populated in the quickfix window. If an argument is passed, [expand] is used as file selector (useful for cases like `:GoTest ./...`). @@ -429,7 +429,7 @@ CTRL-t *:GoTestCompile* :GoTestCompile[!] [expand] - Compile your _test.go files via in your current directory. Errors are + Compile your _test.go files in your current directory. Errors are populated in the quickfix window. If an argument is passed, [expand] is used as file selector (useful for cases like `:GoTest ./...`). Useful to not run the tests and capture/fix errors before running the tests or to