summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-14 23:23:15 -0400
committerJune McEnroe <june@causal.agency>2019-10-14 23:23:15 -0400
commit7c008dbc3709b80042d3b30dd7ccc72935933f93 (patch)
tree407ae6d9505c729c412ec6f7a1052ee9dbd4e4aa
parentAdd All Systems Red (diff)
downloadsrc-7c008dbc3709b80042d3b30dd7ccc72935933f93.tar.gz
src-7c008dbc3709b80042d3b30dd7ccc72935933f93.zip
Set the write variable for nvim man mode
Embarrassing...
-rw-r--r--home/.config/nvim/init.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.config/nvim/init.vim b/home/.config/nvim/init.vim
index 0eeae165..9008ce0e 100644
--- a/home/.config/nvim/init.vim
+++ b/home/.config/nvim/init.vim
@@ -14,7 +14,7 @@ set foldmethod=syntax foldlevel=99 foldopen-=block
 let asmsyntax = "nasm"
 let c_syntax_for_h = 1
 let is_posix = 1
-let man_hard_wrap = 1
+let man_hardwrap = 1
 
 set title laststatus=1
 set scrolloff=1
td>Bump version to 3.3.1p1 3.3.1p1June McEnroe 2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe