aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-11-14 23:20:13 +1300
committerTom Ryder <tom@sanctum.geek.nz>2020-11-14 23:20:13 +1300
commitba1f74d0b71357c3ba075695cc1776516b5f380d (patch)
treef212aff6362a108efd3913e7a5f214c51c9623c3
parentMerge branch 'release/v10.17.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-ba1f74d0b71357c3ba075695cc1776516b5f380d.tar.gz
dotfiles-ba1f74d0b71357c3ba075695cc1776516b5f380d.zip
Merge branch 'release/v10.18.0'v10.18.0
* release/v10.18.0: Update detect_indent.vim to v0.1.4 Escape underscores in Markdown
-rw-r--r--TABS.md4
-rw-r--r--VERSION4
m---------vim/bundle/detect_indent0
3 files changed, 4 insertions, 4 deletions
diff --git a/TABS.md b/TABS.md
index 4c67052b..dd2be868 100644
--- a/TABS.md
+++ b/TABS.md
@@ -7,12 +7,12 @@ pretty nicely:
$ find . -name .git -prune -o -name vim -prune -o -type f \
-exec sh -c \
'for f;do unexpand -t4 "$f">"$f".tmp;mv "$f".tmp "$f";done' \
- _ {} +
+ \_ {} +
$ find vim -name bundle -prune -o -type f \
-exec sh -c \
'for f;do unexpand -t2 "$f">"$f".tmp;mv "$f".tmp "$f";done' \
- _ {} +
+ \_ {} +
If you have GNU `unexpand(1)` and can add `--first-only` to each of those
calls, the results seem perfect.
diff --git a/VERSION b/VERSION
index 13821530..8f41c95d 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v10.17.0
-Fri, 13 Nov 2020 03:29:48 +0000
+tejr dotfiles v10.18.0
+Sat, 14 Nov 2020 10:20:10 +0000
diff --git a/vim/bundle/detect_indent b/vim/bundle/detect_indent
-Subproject 0c9aad7d707b3bdb4aabeeb0119953458e7efdb
+Subproject 96f46cae148517e4b8e8a5bbe13b623ddde6b70