aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-18 20:21:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-18 20:21:04 -0300
commit5353deaccd95eee6d3d01026b7685542ca1846f9 (patch)
treeae8510a90cf16bd94b36952a41171977b83dbf17
parentab590319aba55300205f3ec12ea5b4685e85520d (diff)
downloadvim-5353deaccd95eee6d3d01026b7685542ca1846f9.tar.gz
vim-5353deaccd95eee6d3d01026b7685542ca1846f9.tar.bz2
Fix: trailing space at .vimrc
-rw-r--r--vimrc.dot.link2
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