nvim-genghis/lua
Beau McCartney 231a9da8f3 fix: correctly parse the directory of a given path to a file
The previous `gsub` call would blow away everything after and including
the first '/' in the pathname, including other slashes.

Fortunately, the neovim api provides a way to get the parent directory
of a given path, which I've used instead.
2023-09-09 13:05:57 -06:00
..
genghis.lua fix: correctly parse the directory of a given path to a file 2023-09-09 13:05:57 -06:00