Skip to content

Commit

Permalink
Merge pull request #39 from arcticicestudio/task/gh-36-remap-syntax-h…
Browse files Browse the repository at this point in the history
…ighlighting-function

Remap syntax highlighting function
  • Loading branch information
arcticicestudio authored Oct 30, 2017
2 parents be4d52e + c823193 commit 474b9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowblocks/vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ set incsearch
"+ Functions +
"+-----------+
" Shows syntax highlighting groups for the current cursor position
nmap <C-S-P> :call <SID>SynStack()<CR>
nmap <C-S-K> :call <SID>SynStack()<CR>
function! <SID>SynStack()
if !exists("*synstack")
return
Expand Down

0 comments on commit 474b9b9

Please sign in to comment.