From 1da00be34853cb3094cc4bce7b4152dfbbda10b7 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Wed, 3 Sep 2014 17:45:02 +0200 Subject: [PATCH] Spellcheck. --- dircolors | 2 +- vim/bundle/nerdtree | 2 +- vim/rcfiles/vimrc | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dircolors b/dircolors index a5e130c..a6dfbac 160000 --- a/dircolors +++ b/dircolors @@ -1 +1 @@ -Subproject commit a5e130c642e45323a22226f331cb60fd37ce564f +Subproject commit a6dfbac61855960b73091d4b1a9f0cd84aee6230 diff --git a/vim/bundle/nerdtree b/vim/bundle/nerdtree index a47c6ca..4f1e6ec 160000 --- a/vim/bundle/nerdtree +++ b/vim/bundle/nerdtree @@ -1 +1 @@ -Subproject commit a47c6caf80510d05b9c022bec354ffea006ef840 +Subproject commit 4f1e6ecb057fc0bac189171c1430d71ef25f6bb1 diff --git a/vim/rcfiles/vimrc b/vim/rcfiles/vimrc index 2d82550..b2bcdf2 100644 --- a/vim/rcfiles/vimrc +++ b/vim/rcfiles/vimrc @@ -18,6 +18,9 @@ set nojoinspaces set nocompatible set nowritebackup +set spelllang=pl +set spell + set title set number set showcmd "show combo command as you type it in the bottom right corner