ncm2 / ncm2-pyclang

Cached, fast C/C++ completion for ncm2
MIT License
45 stars 1 forks source link

can't complete if work_dir not same with .clang_complete dir #13

Closed fcying closed 6 years ago

fcying commented 6 years ago
tree -a
.
├── .clang_complete
├── inc
│   └── a.h
└── src
    └── a.c

vim src/a.c # complete can work

cd src vim a.c # complete can not work

old version can work, can't work since 9898523138664