From bd513af81834f03de26347e3d1b37b42be5fefdc Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 10 Nov 2021 10:52:15 +0100 Subject: Update some vim defaults --- .vim/functions/set-char-limit.vim | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .vim/functions/set-char-limit.vim (limited to '.vim/functions') diff --git a/.vim/functions/set-char-limit.vim b/.vim/functions/set-char-limit.vim deleted file mode 100644 index 9269059..0000000 --- a/.vim/functions/set-char-limit.vim +++ /dev/null @@ -1,9 +0,0 @@ -" SetCharLimit -" -" Set's character limit for a file. -" -" @param int chars The number of chars to put the limit on. -function SetCharLimit (chars) - exe "set cc=" . a:chars - exe "set tw=" . a:chars -endfunction -- cgit v1.1