X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/5a4872f466ebd76ddd532bdf2798554421c53df4..fe3919e725e156d751069662d11e38f7b4791de1:/.vim/bundle/vim-lsp/test/testproject-go/documentformat.go diff --git a/.vim/bundle/vim-lsp/test/testproject-go/documentformat.go b/.vim/bundle/vim-lsp/test/testproject-go/documentformat.go new file mode 100644 index 00000000..dc41250d --- /dev/null +++ b/.vim/bundle/vim-lsp/test/testproject-go/documentformat.go @@ -0,0 +1,7 @@ +package main +func main() { +print("hello, world!") +print("こんにちは、世界") +print("a β c") +print("δ") +}