summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2019-02-13 10:26:33 -0800
committerMike Crute <crutem@amazon.com>2019-02-13 10:38:32 -0800
commit0522bb980d0d30467268ec8a8f9bdc01c8ce8615 (patch)
tree0d6f1075d8fe719ef0e71bd9c445b6ad2dc51b4e /.vim
parentaacf08b988d3749637d84d87229c53e222be0d05 (diff)
downloaddotfiles-0522bb980d0d30467268ec8a8f9bdc01c8ce8615.tar.bz2
dotfiles-0522bb980d0d30467268ec8a8f9bdc01c8ce8615.tar.xz
dotfiles-0522bb980d0d30467268ec8a8f9bdc01c8ce8615.zip
Fix spelling error
Diffstat (limited to '.vim')
-rw-r--r--.vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index e3b8a09..4499845 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -36,7 +36,7 @@ end
36 36
37" Monospace 8 is a pretty nice font if we're running under GVIM. 37" Monospace 8 is a pretty nice font if we're running under GVIM.
38" The columns/lines in this setting fits just perfectly on my 38" The columns/lines in this setting fits just perfectly on my
39" Linux desktop at work at hightest resolution. 39" Linux desktop at work at highest resolution.
40if has("gui_gtk") && has("gui_running") 40if has("gui_gtk") && has("gui_running")
41 set lines=75 41 set lines=75
42 set columns=238 42 set columns=238