• Joined on 2024年10月01日
fcying pushed to main at fcying/cmp-async-path 2024年10月15日 17:06:05 +02:00
e8d12b684f feat: support windows path
fcying commented on pull request FelipeLema/cmp-async-path#8 2024年10月15日 17:02:03 +02:00
feat: support windows path

only use IS_WIN for the check isn't ideal. On Windows, if modify POSIX script, also using [/\\]. But if check with filetype(.ps...), we can't complete paths in other filetypes."

fcying commented on pull request FelipeLema/cmp-async-path#8 2024年10月15日 16:37:04 +02:00
feat: support windows path

PowerShell supports / and ~\, and both correspond to $env:USERPROFILE

fcying closed issue FelipeLema/cmp-async-path#7 2024年10月15日 16:20:58 +02:00
Error when select unknown file
fcying commented on issue FelipeLema/cmp-async-path#7 2024年10月15日 16:20:58 +02:00
Error when select unknown file

working fine now, thanks~

fcying pushed to main at fcying/cmp-async-path 2024年10月15日 16:19:26 +02:00
a4e4b59358 feat: support windows path
e3206e521c format, use OOP syntax, improve docs
403576b67f handle empty files
Compare 3 commits »
fcying created pull request FelipeLema/cmp-async-path#8 2024年10月10日 03:47:11 +02:00
feat: support windows path
fcying pushed to main at fcying/cmp-async-path 2024年10月06日 14:09:35 +02:00
e952a59c87 feat: support windows path
fcying pushed to main at fcying/cmp-async-path 2024年10月06日 13:23:07 +02:00
19e63053c3 test work in win
fcying opened issue FelipeLema/cmp-async-path#7 2024年10月06日 13:20:42 +02:00
Error when select unknown file
fcying pushed to main at fcying/cmp-async-path 2024年10月06日 12:28:59 +02:00
745cbf6267 test work in win
fcying closed issue FelipeLema/cmp-async-path#6 2024年10月06日 12:19:43 +02:00
Can't support Windows paths.
fcying created repository fcying/cmp-async-path 2024年10月06日 09:02:32 +02:00
fcying opened issue FelipeLema/cmp-async-path#6 2024年10月01日 14:28:10 +02:00
Can't support Windows paths.