diff options
author | johannst <johannes.stoelp@gmail.com> | 2019-11-17 16:02:14 +0100 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2019-11-17 16:02:14 +0100 |
commit | fbc3dc40c60ebcf5964aecb2f8c20c69d25a2f1b (patch) | |
tree | 08bb02ec69e60d7487ae1fea3c6f8327b3920d8a /radare2.txt | |
parent | d68e85bc4307fe3746c33818c85aee829b1962b0 (diff) | |
download | notes-fbc3dc40c60ebcf5964aecb2f8c20c69d25a2f1b.tar.gz notes-fbc3dc40c60ebcf5964aecb2f8c20c69d25a2f1b.zip |
fix vim modeline, as ft=help sets tw
Diffstat (limited to 'radare2.txt')
-rw-r--r-- | radare2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radare2.txt b/radare2.txt index 1373737..abcca01 100644 --- a/radare2.txt +++ b/radare2.txt @@ -31,5 +31,5 @@ -------------------------------------------------------------------------------- -vim:sts=2:et:tw=80:cc=80:fo+=t:ft=help +vim:ft=help:sts=2:et:tw=80:cc=80:fo+=t |