summary refs log tree commit diff
path: root/port/wcwidth/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-04-26 16:33:16 -0400
committerJune McEnroe <june@causal.agency>2021-04-26 16:33:16 -0400
commit5fe5c71633f62b2fb09065746f9df652aff8f691 (patch)
tree4bc5aa5f380a7af03e95022c5335f663b7285b98 /port/wcwidth/Makefile
parentAdd The Penelopiad (diff)
downloadsrc-5fe5c71633f62b2fb09065746f9df652aff8f691.tar.gz
src-5fe5c71633f62b2fb09065746f9df652aff8f691.zip
Remove neovim configs
I don't use it anymore except when I need UTF-8, and I'd rather
just use unconfigured vim for that.
Diffstat (limited to 'port/wcwidth/Makefile')
0 files changed, 0 insertions, 0 deletions
&follow=1'>Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe