diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-20 23:14:37 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-20 23:14:37 +1200 |
commit | d24bbf1ddcb2c6beca06ae192cbac2878490ef89 (patch) | |
tree | 6196637966a4f2476c7d3d9dae091ac09fcb0500 /vim | |
parent | Remove unneeded 'laststatus' .vimrc set (diff) | |
download | dotfiles-d24bbf1ddcb2c6beca06ae192cbac2878490ef89.tar.gz dotfiles-d24bbf1ddcb2c6beca06ae192cbac2878490ef89.zip |
Correct "Tmux" to "tmux" in a comment.
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |