aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2020-01-25 17:54:15 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:29 +0100
commit566e6dfba6073bd2c4413e732bcaebc06f454181 (patch)
tree11b5a35dfbb9a42024233ef8641fc3537507f317
parent13aa944b991f472509b41e815f97df0bf8f953ab (diff)
downloaddotnvim-566e6dfba6073bd2c4413e732bcaebc06f454181.tar.gz
dotnvim-566e6dfba6073bd2c4413e732bcaebc06f454181.zip
Struncate long lines here
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 05abdef..474a1e3 100644
--- a/vimrc
+++ b/vimrc
@@ -66,7 +66,7 @@ function! StatusLine(current, width)
else
let l:s .= '%#CrystallineInactive#'
endif
- let l:s .= ' %f%h%w%m%r '
+ let l:s .= ' %<%f%h%w%m%r '
if a:current
let l:s .= crystalline#right_sep('', 'Fill') . ' %{fugitive#statusline()}'
else