No snippets for Python

Asked by daGrevis

So I just installed this plugin. When I open a C file and type `for` — it expands as expected. Anyway, when I open a Python file and type `cla`, `de` or whatever, it says — `Keyword completion (^N^P) Pattern not found`. Filetype is set to be `python`.

I'm using the most newest version and I installed it with Pathogen. I have a lot of conf, so maybe there's the problem.

https://github.com/daGrevis/Dotfiles/blob/master/.vimrc
https://github.com/daGrevis/Dotfiles/tree/master/.vim/bundle (except `ultisnips`)

Question information

Language:
English Edit question
Status:
Solved
For:
UltiSnips Edit question
Assignee:
No assignee Edit question
Solved by:
daGrevis
Solved:
Last query:
Last reply:
Revision history for this message
SirVer (sirver) said :
#1

If it works for one filetype, but not for another, then very likely another plugin hijacks the tab key or overwrites some other stuff that Ultisnips need to work. Try cutting down your config until you find the problem and report back - maybe we can conjecture a fix/workaround.

Revision history for this message
daGrevis (dagrevis) said :
#2

Okay, I found "the problem".

> `cla`, `de` or whatever, it says — `Keyword completion (^N^P) Pattern not found`.

Instead, if I'm no so lazy and type `class` and `def` — everything happens and expands! :)

I'm sorry about the mess.