Shougo / context_filetype.vim

Context filetype library for Vim script
Other
160 stars 20 forks source link

omnicomplete issue in markdown. #22

Closed wsdjeg closed 8 years ago

wsdjeg commented 8 years ago

in markdown file

``` java
//here can use neosnippet,and java syntax identity
//but can not use javacomplete2,maybe it is issue of jc2
```html
omnifunc works well
```javascript
omnifunc not work
Shougo commented 8 years ago

@wsdjeg It is not context_filetype issue. It works. But the omnifuncs does not support context_filetype behaviour. Closing.

wsdjeg commented 8 years ago

yes , closing it i also think it is omni's issue