vlang / ved

1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

folder separator is missing

mohamedhagag opened this issue · comments

ved/ved.v

Line 125 in bc8c2d2

if !os.is_dir(os.home_dir() + '.ved') {

in this line and below lines mentioning home_dir()+'.ved ' there must be a folder separator like / or \ otherwise it gives an error permission denied trying to create /home/user.ved instead of /home/user/.ved on linux.

when add / to the line 125 & 126 it starts well but without window manager and prints a msg in the terminal :
load /home/user.ved/session
which also should have folder separator