You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, editorconfig-vim does not interpret this:
$ vim c.txt
:set sw? ts?
shiftwidth=8 tabstop=8
If the .editorconfig had a [b/**.txt] section instead, it'll work.
I have not tracked this down further, as it has an effective workaround for me. Nevertheless, logging this bug anyway. I do wonder if this is related to the use of l:config_dirname that I also found in issue #238 - it seems there's simply a difference in how ** is interpreted in section names.
The text was updated successfully, but these errors were encountered:
I built the following structure:
The
editorconfig
command line tool applies the settings:However,
editorconfig-vim
does not interpret this:If the
.editorconfig
had a[b/**.txt]
section instead, it'll work.I have not tracked this down further, as it has an effective workaround for me. Nevertheless, logging this bug anyway. I do wonder if this is related to the use of
l:config_dirname
that I also found in issue #238 - it seems there's simply a difference in how**
is interpreted in section names.The text was updated successfully, but these errors were encountered: