aboutsummaryrefslogtreecommitdiff
path: root/pattern.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-08-28 16:05:30 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-08-28 16:05:30 -0700
commitf8860c385ee35e50c716e2119131103fdb6fd70e (patch)
tree3f45681dbf519285680c421cdf14ee13d7059100 /pattern.h
parentd44806f746b22311a04e45a80a9281d4f4f3a71d (diff)
Style change: added cino=:0 (i.e. case statements on same indentation as
switch). Also fixed issue where $$ would fail to match with trailing newline on file
Diffstat (limited to 'pattern.h')
-rw-r--r--pattern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pattern.h b/pattern.h
index 47d0c63..39aba63 100644
--- a/pattern.h
+++ b/pattern.h
@@ -21,4 +21,4 @@ __attribute__((nonnull))
pat_t *bp_pattern(file_t *f, const char *str);
#endif
-// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1
+// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0