nvim-tree.lua/lua
Kai Ting 66c15afd13
fix(#2004): relative path detection handles regex magic (#2005)
* fix(#2004): Change path_relative to use string find and substring to avoid using regex.

- This removed the original gsub with unintentional captures in path_to_matching_str
- The original regex based code captures create a limit where input path cannot
  have more than 32 special charactors ( `.`  , `_` or `-`)

* style nit

---------

Co-authored-by: Alexander Courtis <alex@courtis.org>
2023-02-20 10:15:42 +11:00
..
nvim-tree fix(#2004): relative path detection handles regex magic (#2005) 2023-02-20 10:15:42 +11:00
nvim-tree.lua fix(#1970): additional log function gating for efficiency when not logging (#1971) 2023-02-06 10:23:20 +11:00