1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:40:04 +08:00
SpaceVim/bundle/CompleteParameter.vim/vader/complete.vader
2020-08-29 21:14:10 +08:00

15 lines
169 B
Plaintext

Before:
inoremap <silent><expr> ( cmp#pre_complete("()")
Given go (func haha):
func haha
Do:
9|a(
Expect go ():
func haha()
Then:
AssertEqual 10, col('.')