diff options
author | Max Christian Pohle | 2021-05-16 19:08:01 +0200 |
---|---|---|
committer | Max Christian Pohle | 2021-05-16 19:08:01 +0200 |
commit | bddd958ce81ec58c5e742dcdfde7bf1ba029b914 (patch) | |
tree | 22c7c4b5bcb1b446513a86d84800d99e6d2663cb | |
parent | c2a2e796c7262d4473add7ac637e13d17a1561ec (diff) | |
download | vim-fancy-line-bddd958ce81ec58c5e742dcdfde7bf1ba029b914.tar.bz2 vim-fancy-line-bddd958ce81ec58c5e742dcdfde7bf1ba029b914.zip |
Made screenshot path absolute
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ look similar to powerline, but that is no wonder, because the `` symbol | |||
9 | is the only one, which used to be available in code page 437 and thus broadly | 9 | is the only one, which used to be available in code page 437 and thus broadly |
10 | compatible. | 10 | compatible. |
11 | 11 | ||
12 | ![screenshot](/screenshot.png) | 12 | ![screenshot](https://git.entwicklerseite.de/vim-fancy-line/plain/screenshot.png) |
13 | 13 | ||
14 | ## Installation | 14 | ## Installation |
15 | 15 | ||