nexrc: set filec
The nvi version shipped in Void Linux doesn't set it to <Tab> by default. Backslash-escaped Tab is the only way to set it to that value.
This commit is contained in:
parent
9f0e7a0c12
commit
a3264597a6
@ -1,5 +1,5 @@
|
|||||||
" env
|
" env
|
||||||
" Written in 2019-2020 by Lucas
|
" Written in 2019-2020,2022 by Lucas
|
||||||
" CC0 1.0 Universal/Public domain - No rights reserved
|
" CC0 1.0 Universal/Public domain - No rights reserved
|
||||||
"
|
"
|
||||||
" To the extent possible under law, the author(s) have dedicated all
|
" To the extent possible under law, the author(s) have dedicated all
|
||||||
@ -10,3 +10,4 @@
|
|||||||
" <http://creativecommons.org/publicdomain/zero/1.0/>.
|
" <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||||
|
|
||||||
set autoindent exrc noflash iclower leftright ruler showmatch showmode wrapscan
|
set autoindent exrc noflash iclower leftright ruler showmatch showmode wrapscan
|
||||||
|
set filec=\
|
||||||
|
Loading…
Reference in New Issue
Block a user