diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2015-09-03 12:55:23 +0200 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2015-09-03 12:55:23 +0200 |
commit | a94bd3f002b116d440ebf505701e26691b7884d1 (patch) | |
tree | c9fe7f231d18b81982daf595267e35b37349d7d6 /.gvimrc | |
parent | Add reasonable definitions for Python (diff) | |
download | vim_sync-a94bd3f002b116d440ebf505701e26691b7884d1.tar.xz |
Change size of window in gvimrc
Diffstat (limited to '.gvimrc')
-rw-r--r-- | .gvimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -set lines=50 columns=120 "Tohle je pro potreby gvimu, nastaveni velikosti okna +set lines=50 columns=117 "Tohle je pro potreby gvimu, nastaveni velikosti okna set textwidth=80 "V pripade gvimu (psani mailu) tohle chceme zaple set spell "(Zase) Pri psani mailu chceme spellcheck uz od zacatku |