Revert "remove wrong backslash"

This reverts commit da3f3bf1d7.
This commit is contained in:
Christian Brabandt 2016-02-04 19:03:25 +01:00
parent d8adbfa135
commit 3f927b587d
1 changed files with 1 additions and 1 deletions

View File

@ -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