aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-20 23:14:37 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-20 23:14:37 +1200
commitd24bbf1ddcb2c6beca06ae192cbac2878490ef89 (patch)
tree6196637966a4f2476c7d3d9dae091ac09fcb0500
parentRemove unneeded 'laststatus' .vimrc set (diff)
downloaddotfiles-d24bbf1ddcb2c6beca06ae192cbac2878490ef89.tar.gz
dotfiles-d24bbf1ddcb2c6beca06ae192cbac2878490ef89.zip
Correct "Tmux" to "tmux" in a comment.
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index e35ce7b3..14c019a4 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -245,7 +245,7 @@ set nojoinspaces
" Configuration for window features
if has('windows')
- " Don't resize windows we're not splitting (Tmux-like; think Mondrian)
+ " Don't resize windows we're not splitting (tmux-like; think Mondrian)
set noequalalways
" New split windows appear below or to the right of the existing window,