Skip to content

Commit

Permalink
Fix. path.split should be synonym to path.splitpath
Browse files Browse the repository at this point in the history
  • Loading branch information
moteus committed Nov 18, 2014
1 parent 8c37994 commit 6955d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/path.lua
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ end
end -- fs

do -- Python aliases
PATH.split = PATH.splitext
PATH.split = PATH.splitpath
PATH.isabs = PATH.isfullpath
PATH.normpath = PATH.normolize
PATH.abspath = PATH.fullpath
Expand Down

0 comments on commit 6955d4b

Please sign in to comment.