Fix traceback on <C-Space> semantic invoke
This was caused by yesterday's refactoring. I forgot to update one call site. Fixes #242
This commit is contained in:
parent
322c4ef4d4
commit
89d93bc85c
@ -494,7 +494,7 @@ function! youcompleteme#OmniComplete( findstart, base )
|
|||||||
let s:completion_start_column = pyeval( 'ycm.CompletionStartColumn()' )
|
let s:completion_start_column = pyeval( 'ycm.CompletionStartColumn()' )
|
||||||
return s:completion_start_column
|
return s:completion_start_column
|
||||||
else
|
else
|
||||||
return s:CompletionsForQuery( a:base, 1 )
|
return s:CompletionsForQuery( a:base, 1, s:completion_start_column )
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user