Searched refs:err_buffer_add_highlight (Results 1 – 14 of 14) sorted by relevance
/dports/editors/neovim-qt/neovim-qt-0.2.16.1/src/auto/ |
H A D | neovimapi0.h | 338 void err_buffer_add_highlight(const QString&, const QVariant&);
|
H A D | neovimapi1.h | 913 void err_buffer_add_highlight(const QString&, const QVariant&);
|
H A D | neovimapi2.h | 926 void err_buffer_add_highlight(const QString&, const QVariant&);
|
H A D | neovimapi3.h | 956 void err_buffer_add_highlight(const QString&, const QVariant&);
|
H A D | neovimapi4.h | 1028 void err_buffer_add_highlight(const QString&, const QVariant&);
|
H A D | neovimapi5.h | 1070 void err_buffer_add_highlight(const QString&, const QVariant&);
|
H A D | neovimapi6.h | 1082 void err_buffer_add_highlight(const QString&, const QVariant&);
|
H A D | neovimapi0.cpp | 901 emit err_buffer_add_highlight(errMsg, res); in handleResponseError() local
|
H A D | neovimapi2.cpp | 1931 emit err_buffer_add_highlight(errMsg, res); in handleResponseError() local
|
H A D | neovimapi1.cpp | 1908 emit err_buffer_add_highlight(errMsg, res); in handleResponseError() local
|
H A D | neovimapi3.cpp | 1995 emit err_buffer_add_highlight(errMsg, res); in handleResponseError() local
|
H A D | neovimapi4.cpp | 2148 emit err_buffer_add_highlight(errMsg, res); in handleResponseError() local
|
H A D | neovimapi5.cpp | 2240 emit err_buffer_add_highlight(errMsg, res); in handleResponseError() local
|
H A D | neovimapi6.cpp | 2269 emit err_buffer_add_highlight(errMsg, res); in handleResponseError() local
|