Skip to content

Commit

Permalink
Merge pull request #1887 from CemalUnal/typo-fix
Browse files Browse the repository at this point in the history
fix small typo
  • Loading branch information
fatih authored Jul 18, 2018
2 parents a96b7a6 + d66598b commit 4141695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/go/impl.vim
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function! go#impl#Complete(arglead, cmdline, cursorpos) abort
" start matching go packages. It's negate match of the below match
return s:uniq(sort(s:go_packages(s:root_dirs(), a:arglead)))
elseif words[-1] =~# '^\h\w.*\.\%(\h\w*\)\=$'
" match the following, anything that could indicate an interface candiate
" match the following, anything that could indicate an interface candidate
"
" io.
" io.Wr
Expand Down

0 comments on commit 4141695

Please sign in to comment.