mirror of
https://github.com/vbatts/bvi.git
synced 2025-08-02 15:40:28 +00:00
git ls-files | xargs sed -i 's/[ \t]*$//'
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
5ab3ef5609
commit
92a88a4b4b
18 changed files with 64 additions and 64 deletions
4
io.c
4
io.c
|
@ -333,7 +333,7 @@ load(fname)
|
|||
}
|
||||
|
||||
|
||||
/* argument "dir" not used!
|
||||
/* argument "dir" not used!
|
||||
* Needed for DOS version only
|
||||
*/
|
||||
void
|
||||
|
@ -352,7 +352,7 @@ bvi_init(dir)
|
|||
docmdline(initstr);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
#ifdef DJGPP
|
||||
strcpy(rcpath, "c:");
|
||||
strcpy(rcpath, dir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue