Rob Bowden

Results 6 comments of Rob Bowden

I also had to modify the setup line to: `python3 setup.py install --user --record=install_log.txt` Because I couldn't quite figure out the right way to use destdir and prefix to get...

Ermm, okay, I think the line I wanted is something like: python3 setup.py install --root=$(DESTDIR) --prefix=$(PREFIX) --record=install_log.txt where DESTDIR is "/home/xxx" and PREFIX is "/.local" That said, that then conflicts...

Yes, I'll try to get to it this weekend! I didn't want to submit my subsequent changes yet since I wasn't completely confident in that approach.

Yeah, I think I'm using the most recent version in the README. Thanks for your help!! ``` # Codi # Usage: codi [filetype] [filename] codi() { local syntax="${1:-python}" shift vim...

That didn't fix things for me. However, if I remove the "set buftype=nofile" from the shell command, then things seem to work perfectly fine. Is that supposed to prevent quit...