fix: 'cd ..' going above the main dir of project

This commit is contained in:
kiyan42
2020-05-14 16:35:06 +02:00
parent 97785a38ae
commit 52d1d7e401
2 changed files with 1 additions and 2 deletions

View File

@@ -13,7 +13,6 @@ local M = {
BUF_NAME = 'LuaTree'
}
function M.get_buf()
local regex = '.*'..M.BUF_NAME..'$';