diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-01 19:21:37 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-01 19:43:52 +0100 |
commit | e73c5914bb135c4d49e9ed972cb464135932293a (patch) | |
tree | e6f965387df7a55bcb68bcffc211c18dca0a3314 | |
parent | vim: get rid of semantic newlines in comments (diff) | |
download | linux-home-e73c5914bb135c4d49e9ed972cb464135932293a.tar.gz linux-home-e73c5914bb135c4d49e9ed972cb464135932293a.zip |
vim: fix a comment
-rw-r--r-- | %HOME%/.vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/%HOME%/.vimrc b/%HOME%/.vimrc index 8667301..0c92553 100644 --- a/%HOME%/.vimrc +++ b/%HOME%/.vimrc @@ -11,7 +11,8 @@ syntax enable set background=light colorscheme solarized -set nowrap " Don't wrap lines. +" Don't wrap lines. +set nowrap " ----------------------------------------------------------------------------- " Indentation |