From c07b28d1997722c9b5daa6d519f5cd966cb8fffa Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sun, 27 Aug 2017 16:40:01 +0300 Subject: [PATCH] Small fixes to syntax in documentation. --- doc/airline.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/airline.txt b/doc/airline.txt index 115c4f5..25b9b63 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -861,9 +861,10 @@ vim-xkblayout let g:airline#extensions#xkblayout#enabled = 1 * 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' - 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' ------------------------------------- *airline-keymap*