Merge pull request #1549 from doronbehar/fix-doc-syntax2

Small fixes to syntax in documentation.
This commit is contained in:
Christian Brabandt 2017-08-27 20:58:19 +02:00 committed by GitHub
commit 97f3f84881

View File

@ -861,9 +861,10 @@ vim-xkblayout
let g:airline#extensions#xkblayout#enabled = 1 let g:airline#extensions#xkblayout#enabled = 1
* define path to the backend switcher library * define path to the backend switcher library
Linux (Install https://github.com/ierton/xkb-switch): Linux (Install https://github.com/ierton/xkb-switch): >
let g:XkbSwitchLib = '/usr/local/lib/libxkbswitch.so' let g:XkbSwitchLib = '/usr/local/lib/libxkbswitch.so'
macOS (Install https://github.com/vovkasm/input-source-switcher): <
macOS (Install https://github.com/vovkasm/input-source-switcher): >
let g:XkbSwitchLib = '/usr/local/lib/libInputSourceSwitcher.dylib' let g:XkbSwitchLib = '/usr/local/lib/libInputSourceSwitcher.dylib'
------------------------------------- *airline-keymap* ------------------------------------- *airline-keymap*