1

vim-highlighter 1.38 -- Highlight words and expressions

 2 years ago
source link: https://www.vim.org/scripts/script.php?script_id=5953%231.38
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Highlight words and expressions : vim online

vim-highlighter : Highlight words and expressions

 script karma  Rating 26/8, Downloaded by 684  Comments, bugs, improvements  Vim wiki

created by Azabiong   script type utility   description Highlighting keywords or lines can be useful when analyzing code, reviewing summaries, and
quickly comparing spellings. This plugin extends Vim's highlighting capabilities with additional
features such as saving and loading highlights, finding variables, and customizing colors.

FEATURES SUMMARY

* Easy highlighting words under the cursor or pattern
    * Save & Load Highlights
    * One Time Highlight
    * Following Highlight
    * Find in Files Highlight
    * Customizing Colors

README

https://github.com/azabiong/vim-highlighter

HELP

:h  Highlighter

  install details If you already have a plugin manager, it will be handy to use it.

To install the plugin from the downloaded archive using Vim 8 native pack feature,
it may be convenient to run the following commands using copy and paste from
the downloaded location.

(Linux, Mac)
    PLUG="$HOME/.vim/pack/azabiong/start"
    mkdir -p "$PLUG"
    unzip -o -d "$PLUG"  vim-highlighter.zip
    vim -u NONE -c "helptags $PLUG/vim-highlighter/doc" -c q

(Windows)
  cmd.exe
      set PLUG="%USERPROFILE%/vimfiles/pack/azabiong/start"
      mkdir %PLUG%
      unzip -o -d %PLUG%  vim-highlighter.zip
      vim -u NONE -c "helptags %PLUG%/vim-highlighter/doc" -c q

In your vimrc:
       set  encoding=utf-8    " recommended for correct Unicode characters output

 

rate this script Life Changing Helpful Unfulfilling 

script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes

vim-highlighter.zip 1.38 2022-03-17 8.2 Azabiong Add highlighting using expression  
  :Hi + pattern

vim-highlighter.zip 1.37 2022-02-14 8.2 Azabiong Add 'HiCursorGuide' option to easily find cursor in 'Find' mode  
Improve "save" command backup

vim-highlighter.zip 1.36 2022-01-15 8.0 Azabiong Support color scheme
- autoload default colors for current 'background' mode

vim-highlighter.zip 1.35 2022-01-04 8.0 Azabiong Add options
- 'HiSyncMode' for the default Sync Mode

vim-highlighter.zip 1.34 2021-12-17 8.0 Azabiong Add 'HiBackup' option to back up highlight files when overwritten

vim-highlighter.zip 1.28 2021-08-27 8.0 Azabiong Add command mode <Tab> key completion
- grep long options, directory and file names

vim-highlighter.zip 1.27 2021-08-03 8.0 Azabiong Fix - incorrect window resizing, default options for grep, --smart-case matching  
Add command - clear highlights of Find list

vim-highlighter.zip 1.25 2021-07-28 8.0 Azabiong Add commands - save, load highlights  
Improve "Find" window split location

vim-highlighter.zip 1.20 2021-07-17 8.0 Azabiong Add "Sync Mode"  
Improve grep output list

vim-highlighter.zip 1.18 2021-07-05 8.0 Azabiong Support multiple -e --regexp option
Highlight line (visual mode)

vim-highlighter.zip 1.0 2021-05-08 8.0 Azabiong Initial upload

ip used for rating: 141.164.63.164


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK