diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-18 20:21:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-18 20:21:04 -0300 |
commit | 5353deaccd95eee6d3d01026b7685542ca1846f9 (patch) | |
tree | ae8510a90cf16bd94b36952a41171977b83dbf17 | |
parent | ab590319aba55300205f3ec12ea5b4685e85520d (diff) | |
download | vim-5353deaccd95eee6d3d01026b7685542ca1846f9.tar.gz vim-5353deaccd95eee6d3d01026b7685542ca1846f9.tar.bz2 |
Fix: trailing space at .vimrc
-rw-r--r-- | vimrc.dot.link | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link index 4939024..07a3b73 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -11,7 +11,7 @@ set noautoindent set nosmartindent set tabstop=2 set shiftwidth=2 -set expandtab +set expandtab set mouse=a set autoread set nocompatible |