mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-04-08 19:35:31 +02:00
Revert "remove wrong backslash"
This reverts commit da3f3bf1d728c1307b1e9d56cef11a2eb5c9a4bf.
This commit is contained in:
parent
d8adbfa135
commit
3f927b587d
@ -94,5 +94,5 @@ function s:map_keys()
|
||||
noremap <silent> <Plug>AirlineSelectTab9 :9tabn<CR>
|
||||
noremap <silent> <Plug>AirlineSelectPrevTab gT
|
||||
" tabn {count} goes to count tab does not go {count} tab pages forward!
|
||||
noremap <silent> <Plug>AirlineSelectNextTab :<C-U>exe repeat(':tabn|', v:count1)<cr>
|
||||
noremap <silent> <Plug>AirlineSelectNextTab :<C-U>exe repeat(':tabn\|', v:count1)<cr>
|
||||
endfunction
|
||||
|
Loading…
x
Reference in New Issue
Block a user