From 225098475afcd6f17c764154e51c2d35ec872d33 Mon Sep 17 00:00:00 2001 From: zdm Date: Thu, 26 Dec 2013 08:16:30 +0200 Subject: [PATCH] docs updated --- doc/airline.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/airline.txt b/doc/airline.txt index 8c40d99..bfe7cb3 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -410,7 +410,7 @@ eclim " with the containing parent directory. let g:airline#extensions#tabline#formatter = 'unique_tail' - " The `unique_tail_improved` - another algorithm, that will smartly uniqualise + " The `unique_tail_improved` - another algorithm, that will smartly uniquify " buffers names with similar filename, suppressing common parts of paths. let g:airline#extensions#tabline#formatter = 'unique_tail_improved' <