aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2019-11-17 16:02:14 +0100
committerjohannst <johannes.stoelp@gmail.com>2019-11-17 16:02:14 +0100
commitfbc3dc40c60ebcf5964aecb2f8c20c69d25a2f1b (patch)
tree08bb02ec69e60d7487ae1fea3c6f8327b3920d8a
parentd68e85bc4307fe3746c33818c85aee829b1962b0 (diff)
downloadnotes-fbc3dc40c60ebcf5964aecb2f8c20c69d25a2f1b.tar.gz
notes-fbc3dc40c60ebcf5964aecb2f8c20c69d25a2f1b.zip
fix vim modeline, as ft=help sets tw
-rw-r--r--binary.txt2
-rw-r--r--debug.txt2
-rw-r--r--emacs.txt2
-rw-r--r--explore-elf.txt2
-rw-r--r--gdb.txt2
-rw-r--r--git.txt2
-rw-r--r--radare2.txt2
-rw-r--r--runtime-ld.txt2
8 files changed, 8 insertions, 8 deletions
diff --git a/binary.txt b/binary.txt
index ad900b3..37bcc06 100644
--- a/binary.txt
+++ b/binary.txt
@@ -71,5 +71,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
diff --git a/debug.txt b/debug.txt
index 0c67a88..ac17616 100644
--- a/debug.txt
+++ b/debug.txt
@@ -158,5 +158,5 @@ ophelp
NOOPT ... show supported hw/sw events
--------------------------------------------------------------------------------
-vim:sts=2:et:tw=80:cc=80:fo+=t:ft=help
+vim:ft=help:sts=2:et:tw=80:cc=80:fo+=t
diff --git a/emacs.txt b/emacs.txt
index da9613e..6257b48 100644
--- a/emacs.txt
+++ b/emacs.txt
@@ -70,5 +70,5 @@
C-c C-c eval source block
--------------------------------------------------------------------------------
-vim:sts=2:et:tw=80:cc=80:fo+=t:ft=help
+vim:ft=help:sts=2:et:tw=80:cc=80:fo+=t
diff --git a/explore-elf.txt b/explore-elf.txt
index 65684d8..018a5cc 100644
--- a/explore-elf.txt
+++ b/explore-elf.txt
@@ -48,5 +48,5 @@
nm <elf_file> | c++filt
--------------------------------------------------------------------------------
-vim:sts=2:et:tw=80:cc=80:fo+=t:ft=help
+vim:ft=help:sts=2:et:tw=80:cc=80:fo+=t
diff --git a/gdb.txt b/gdb.txt
index f569de8..033a3bf 100644
--- a/gdb.txt
+++ b/gdb.txt
@@ -127,5 +127,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
diff --git a/git.txt b/git.txt
index 59d1a64..7af9e00 100644
--- a/git.txt
+++ b/git.txt
@@ -81,5 +81,5 @@
git rev-list --max-parents=0 HEAD ........... first commit
------------------------------------------------------------------------------------------------------------------------
-vim:sts=2:et:tw=120:cc=120:fo+=t:ft=help:
+vim:ft=help:sts=2:et:tw=120:cc=120:fo+=t
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
diff --git a/runtime-ld.txt b/runtime-ld.txt
index 3a9b2a3..2145f39 100644
--- a/runtime-ld.txt
+++ b/runtime-ld.txt
@@ -111,5 +111,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