Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

カレントラインをハイライト付きでechoする。

$
0
0

synID系の関数の扱いをすぐ忘れるので備忘録。
タイトルそのままですが、カレントラインをハイライト付きでechoするコードです。

a.png

function!s:echo_currline_with_hl()let line = getline('.')forcin range(1, len(line))let name = synIDattr(synIDtrans(synID(line('.'),c,1)),'name')
    execute 'echohl ' . (empty(name) ? 'None' : name)echon line[c-1]
  endfor
  echohl None
endfunctionnnoremap<tab>     :call<sid>echo_currline_with_hl()<cr>

Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>