about summary refs log tree commit diff stats
path: root/apps/factorial.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-23 21:43:23 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-23 21:43:23 -0700
commit91a254de165ade5f07285101e5adf37fd5ffe99b (patch)
tree70fd2544184c3a47307870ed45e181cbe6a6d3fc /apps/factorial.mu
parent3702858928fa5ff4fef363f286462114096e0592 (diff)
downloadmu-91a254de165ade5f07285101e5adf37fd5ffe99b.tar.gz
6842 - hackily load local Vim settings
I have scripts to load vimrc.vim from the directory of the file being edited.
This hack loads vimrc.vim from the top-level mu/ directory when I edit
files in some common directories.
Diffstat (limited to 'apps/factorial.mu')
0 files changed, 0 insertions, 0 deletions
k from testcase' href='/akspecs/ranger/commit/test/tc_loader.py?h=v1.6.1&id=d76fd5b7666cd1e7b9ff4eb51a822e1ab41fac28'>d76fd5b7 ^
5c7b44ff ^



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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79