summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-21 16:38:01 -0500
committerJune McEnroe <june@causal.agency>2020-12-21 16:38:01 -0500
commitae323e70ab3f7da2f19673988baa1fee3f4a67d5 (patch)
treef6bb5ca1df666742686fe0e1b4f2f5e3ff7445e7 /home
parentMove wcfix to port/wcwidth (diff)
downloadsrc-ae323e70ab3f7da2f19673988baa1fee3f4a67d5.tar.gz
src-ae323e70ab3f7da2f19673988baa1fee3f4a67d5.zip
Move rfc to doc/rfc
Diffstat (limited to 'home')
-rw-r--r--home/.config/nvim/plugin/rfc.vim2
1 files changed, 1 insertions, 1 deletions
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)