From 1c72b5309890ececc768b0536c9741af01d0dd63 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 6 Nov 2024 01:45:53 +0100 Subject: Update --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 2a0b679..f2d7d73 100644 --- a/.vimrc +++ b/.vimrc @@ -9,7 +9,7 @@ call plug#end() colorscheme sherbet set number relativenumber autoindent signcolumn=yes cursorline -set hidden nowrap nobackup noswapfile autoread updatetime=300 +set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 set encoding=utf8 spelllang=en_us set backspace=2 scrolloff=4 set shiftwidth=4 tabstop=4 -- cgit v1.2.3