Results 28 issues of Luc Hermitte

This patch is a first draft toward the resolution of RfC #32. The following modifications were required: - In vimrc, ~/.vim becomes ~/vimfiles under Windows - The win32 gvim version...

In most scenarios we don't need to reset global variables every time we enter a buffer in case it was changed for another project (See alternate search path of a.vim)...

enhancement

https://github.com/jswhit/pygrib/blob/f2a8ce224ccc9b6c1bb24310a5c32a1953a97c8c/setup.py#L97 The same happens with `$GRIBAPI_LIBDIR`. BTW, it'd be nice to read configuration from `pkg-config` when `$GRIBAPI_DIR` isn't set.

It would be interesting to be able to configure timeout/wait option for `download*()` methods from the configuration file. In case it's already possible, I haven't seen it documented on https://eodag.readthedocs.io/en/stable/getting_started_guide/configure.html

enhancement

Recent versions of PROJ (like the 9.2.0 I'm currently using) isn't exposing `PROJ_INCLUDE_DIR` but `PROJ_INCLUDE_DIRS` in the CMake configuration exported. I'm not sure how multiple versions of PROJ should be...

The idea is to reduce dependency to lh-brackets from mu-template or lh-refactor. This way those plugins can be used without necessarily using lh-brackets that define/impose mappings on brackets. TODO: check...

enhancement

When `tags_options.auto_highlight` is true, the syntax highlighting is updated only in the current buffer. Other buffers belonging to the same project aren't updated. Need to: - [ ] Either update...

bug

Objective: Alleviate the dependency to vam-json_encoding when Vim supports `json_decode()`. Along the way, I may move the decoding of CMake compilation-database elsewhere (lh-cmake?)

enhancement

BTW used to execute `copen` in foreground compilation in order to know whether errors have occurred. In background compilation (through Vim 8 +job), we have the information though other means....

enhancement

Need to handle CMake special case that requires a specific `&efm`.

enhancement