From: Oleg Broytman Date: Fri, 7 Nov 2014 04:49:32 +0000 (+0300) Subject: .profile: Fix LESSEDIT X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=16862d6c73ccda3803e4618d16b080a90fe9d84f .profile: Fix LESSEDIT '?lm' eats characters up to the first period. --- diff --git a/.profile b/.profile index 2fd98f0..6254c06 100644 --- a/.profile +++ b/.profile @@ -85,7 +85,7 @@ if [ -t 0 ] ; then ;; esac #LESSCHARDEF=32c. - LESSEDIT='vim ?lm+%lm -- %f' + LESSEDIT='vim ?lm+%lm. -- %f' export PAGER LESS LESSCHARSET LESSEDIT # LESSCHARDEF EDITOR="$HOME"/.vim/vim.sh