> LESS_ARY=(
> --clear-screen # Print buffer from top of screen
> --dumb # Don't complain about terminfo errors
> --ignore-case # Like vim ignorecase + smartcase
> --no-lessopen # Ignore LESSOPEN preprocessor
> --long-prompt # Show position percentage
> --RAW-CONTROL-CHARS # Only interpret SGR escape sequences
> --chop-long-lines # Disable soft wrapping
> --no-init # Prevent use of alternate screen
> --tilde # Do not show nonextant lines as `~`
> --shift 8 # Horizontal movement in columns
> ); export LESS="${LESS_ARY[@]}"
>
I can duplicate the problem; I'll look into it.
Regards,
Chip Campbell
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment