]> git.phdru.name Git - dotfiles.git/commitdiff
.profile: Fix LESSEDIT
authorOleg Broytman <phd@phdru.name>
Fri, 7 Nov 2014 04:49:32 +0000 (07:49 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 7 Nov 2014 04:49:32 +0000 (07:49 +0300)
'?lm' eats characters up to the first period.

.profile

index 2fd98f0219105c778ceaf0cbe52be446fd3fe5fd..6254c067081a7a353dbdf6a0ea611cad9062adf7 100644 (file)
--- 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