updating vim
This commit is contained in:
commit
00a9e7d96b
1055 changed files with 126840 additions and 0 deletions
21
.vim/bundle/jedi-vim/test/completions_disabled.vim
Normal file
21
.vim/bundle/jedi-vim/test/completions_disabled.vim
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
let g:jedi#completions_command = 'X'
|
||||
let g:jedi#completions_enabled = 0
|
||||
source plugin/jedi.vim
|
||||
|
||||
describe 'completions_disabled'
|
||||
before
|
||||
new
|
||||
set filetype=python
|
||||
end
|
||||
|
||||
after
|
||||
bd!
|
||||
end
|
||||
|
||||
it 'typing'
|
||||
normal oraise ImportErrX
|
||||
Expect getline('.') == 'raise ImportErrX'
|
||||
end
|
||||
end
|
||||
|
||||
" vim: et:ts=4:sw=4
|
||||
Loading…
Add table
Add a link
Reference in a new issue