From 16862d6c73ccda3803e4618d16b080a90fe9d84f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 7 Nov 2014 07:49:32 +0300 Subject: [PATCH] .profile: Fix LESSEDIT '?lm' eats characters up to the first period. --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2