File tree Expand file tree Collapse file tree 1 file changed +7
-19
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +7
-19
lines changed
Original file line number Diff line number Diff line change @@ -12,25 +12,13 @@ if s:pager
12
12
call man#init_pager ()
13
13
endif
14
14
15
- setlocal buftype = nofile
16
- setlocal noswapfile
17
- setlocal bufhidden = hide
18
- setlocal nomodified
19
- setlocal readonly
20
- setlocal nomodifiable
21
- setlocal noexpandtab
22
- setlocal tabstop = 8
23
- setlocal softtabstop = 8
24
- setlocal shiftwidth = 8
25
- setlocal wrap
26
- setlocal breakindent
27
-
28
- setlocal nonumber
29
- setlocal norelativenumber
30
- setlocal foldcolumn = 0
31
- setlocal colorcolumn = 0
32
- setlocal nolist
33
- setlocal nofoldenable
15
+ setlocal noswapfile buftype = nofile bufhidden = hide
16
+ setlocal nomodified readonly nomodifiable
17
+ setlocal noexpandtab tabstop = 8 softtabstop = 8 shiftwidth = 8
18
+ setlocal wrap breakindent linebreak
19
+
20
+ setlocal nonumber norelativenumber
21
+ setlocal foldcolumn = 0 colorcolumn = 0 nolist nofoldenable
34
22
35
23
if ! exists (' g:no_plugin_maps' ) && ! exists (' g:no_man_maps' )
36
24
nnoremap <silent> <buffer> j gj
You can’t perform that action at this time.
0 commit comments