From d06b39884a0c6ee15520807a1adba841599f4eb9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 23 Jun 2018 00:37:49 +1200 Subject: Remove 'spelllang' setting from .vimrc At least on this system, Vim seems to get this right on its own. --- vim/vimrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 67a0910e..088aa4a9 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -152,12 +152,6 @@ if has('linebreak') endif -" Use New Zealand English by default; binding later in this file allow -" masquerading as a Yankee -if has('spell') - set spelllang=en_nz -endif - " When in visual block mode, let me move the cursor anywhere in the buffer; " don't restrict me only to regions with text if has('virtualedit') -- cgit v1.2.3