Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(action.move): moving folders (#344)
`vim.fs.basename("/foo/bar/)` returns an empty string. This behavior differs from the unix `basename` program which returns `bar`. Just need to accommodate for this.
- Loading branch information