commit 5f2a099ef7710d04f0a3caa5c7132e81104678cd
parent 20dd60d9f7305e6a2dd23f8298a0e597154ceccc
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Tue, 25 Feb 2020 18:00:36 -0500
Fix minor errors in latest blog post
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/blog/making-my-own-vim-statusline.md b/pages/blog/making-my-own-vim-statusline.md
@@ -72,7 +72,7 @@ Something that I missed from vim-airline was that top line which displayed a
list of open buffers and highlighted the currently active buffer. I thought
about doing it myself but the implementation looked a little too complicated for
my mediocre vimscript skills. Instead, I replaced that specific functionality
-with another, really lightweight plugin called
+with another really lightweight plugin called
[vim-buftabline](https://github.com/ap/vim-buftabline).
Once I was finished tinkering, I tested my new custom statusline (with the
@@ -89,8 +89,8 @@ video below:
</video>
</figure>
-* [Download the mp4 video (310K)](/img/vim-no-airline.mp4)
-* [Download a GIF (4.7M)](/img/vim-no-airline.gif)
+* [Download the mp4 video (321K)](/img/vim-no-airline.mp4)
+* [Download a GIF (5.0M)](/img/vim-no-airline.gif)
I've put my statusline in its own git repository which you can find [on
sourcehut](https://git.sr.ht/~jbauer/vim-fastline) or [on my self-hosted git