diff options
author | Jakub Łuczyński <doubleloop@users.noreply.github.com> | 2021-10-09 02:36:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-08 17:36:35 -0700 |
commit | a36c6e5df959867ff4041405f4098b7833281517 (patch) | |
tree | b78070a442a9f830a958b90cff5c74f84558f267 /src/nvim/viml/parser/parser.h | |
parent | f620008e59de05dede08f9c2907aeef79a336a53 (diff) | |
download | rneovim-a36c6e5df959867ff4041405f4098b7833281517.tar.gz rneovim-a36c6e5df959867ff4041405f4098b7833281517.tar.bz2 rneovim-a36c6e5df959867ff4041405f4098b7833281517.zip |
fix(checkhealth): duplicate checks if module name has "-" #15935
Problem: Some plugins have structure `lua/nvim-someplugin/..`
Since `-` is not allowed in vim function names, healthcheck names in
lua and in vim can not have the same name (typically vim will use `_`
instead of `-`).
Solution: Normalize the names before checking for duplicates.
Diffstat (limited to 'src/nvim/viml/parser/parser.h')
0 files changed, 0 insertions, 0 deletions