From 5950cd6440114adcd82add6d13571701897aa7ae Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 28 Nov 2021 13:48:47 +0900 Subject: vim: support an old version --- .vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index a2c62ea..04e11e1 100644 --- a/.vimrc +++ b/.vimrc @@ -90,7 +90,9 @@ set noshowmatch set matchpairs+=<:> set nojoinspaces set nrformats-=octal -set nrformats+=unsigned +if has('patch-8.2.0860') + set nrformats+=unsigned +endif set tabstop=4 set shiftwidth=4 -- cgit v1.2.3-70-g09d2