mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-01-20 18:15:32 +08:00
remove wrong backslash
This commit is contained in:
parent
9d1196f40a
commit
da3f3bf1d7
|
@ -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…
Reference in New Issue
Block a user