dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 516e77e9f6424adff804f57b434c4cc15d8b6f02
parent 72317a805d5f1daa05a0a66ebaf9040c150d7d86
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat, 15 Jun 2019 13:43:29 +0200

vim: actually fix synstack

Former-commit-id: 2dbb4ad8ee9e915b50e8c97378aaae39691ea86a
Diffstat:
Mvim/map.vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vim/map.vimrc b/vim/map.vimrc @@ -127,4 +127,4 @@ nmap <leader>$ <Plug>StripTrailingWhitespace nnoremap H :bprevious<CR> nnoremap L :bnext<CR> -nmap <C-S-P> :call <SID>SynStack()<CR> +nmap <C-S-P> :call SynStack()<CR>