From 46fd7150e5e22f986b151ef01eaffa673cff9f1e Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 13 Nov 2019 12:11:05 +0100 Subject: Add vim modeline --- src/plugins/autocompleters.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/autocompleters.h') diff --git a/src/plugins/autocompleters.h b/src/plugins/autocompleters.h index dd811894..7dc2d41a 100644 --- a/src/plugins/autocompleters.h +++ b/src/plugins/autocompleters.h @@ -1,5 +1,6 @@ /* * autocompleters.h + * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth * -- cgit 1.4.1-2-gfad0 et'> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
blob: cee68bdbf767c0b5a197b82d6bcdfdd5a574e359 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63