aboutsummaryrefslogtreecommitdiffhomepage
path: root/.vimrc
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2020-11-24 20:32:39 +0900
committernsfisis <nsfisis@gmail.com>2020-11-24 20:32:39 +0900
commit7faf38e5651554851520d29381b237323c4a32e9 (patch)
tree9e37b811cf9fbaf8374eba236d316308fc1b728a /.vimrc
parent58920da73489a5a4da37d4082aee4b762983c402 (diff)
downloaddotfiles-7faf38e5651554851520d29381b237323c4a32e9.tar.gz
dotfiles-7faf38e5651554851520d29381b237323c4a32e9.tar.zst
dotfiles-7faf38e5651554851520d29381b237323c4a32e9.zip
Update .clang-format: add some options
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 9582c7b..5cc29d5 100644
--- a/.vimrc
+++ b/.vimrc
@@ -941,7 +941,7 @@ function! s:smart_open(command) abort
if &l:textwidth > 0
execute 'vertical resize' &l:textwidth
endif
- " Help tags are often rust-justfied, moving the cursor to BoL.
+ " Help tags are often right-justfied, moving the cursor to BoL.
normal! 0
endif
endfunction