From 0ef1c73ac1c22c44483bbc3ec8f0ea92963bced8 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 21 Dec 2020 16:38:01 -0500 Subject: Move rfc to doc/rfc --- home/.config/nvim/plugin/rfc.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/.config/nvim/plugin') diff --git a/home/.config/nvim/plugin/rfc.vim b/home/.config/nvim/plugin/rfc.vim index 0c724492..e04d02eb 100644 --- a/home/.config/nvim/plugin/rfc.vim +++ b/home/.config/nvim/plugin/rfc.vim @@ -1,5 +1,5 @@ if !exists('g:rfc_path') - let g:rfc_path = '~/src/rfc' + let g:rfc_path = '~/src/doc/rfc' endif function! s:RFC(number) -- cgit 1.4.1 bc81baae93662e4a0f01f910705c031977'>this commit dontfiles
summary refs log tree commit diff
path: root/etc (unfollow)
Commit message (Collapse)Author
2022-06-03Set line number on File linesJune McEnroe
2022-06-03Stop polling stdin after EOFJune McEnroe
2022-06-02Set TABSIZE=4June McEnroe
Absolutely indiscriminately.
2022-06-02Do basic match highlightingJune McEnroe
2022-06-02Clean 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