about summary refs log tree commit diff stats
path: root/edit.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-07-16 19:27:58 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-07-16 19:27:58 -0700
commit0ac44f0756fe507ade41296b6e0cf3df9eab4863 (patch)
treea01a63c20c5bd902f1a8361f59b3b79c8ffd335c /edit.lua
parentf61d4269f50fa317f02fc2195baa4bd758aee525 (diff)
downloadtext.love-0ac44f0756fe507ade41296b6e0cf3df9eab4863.tar.gz
formatting
Diffstat (limited to 'edit.lua')
-rw-r--r--edit.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit.lua b/edit.lua
index 21e7d86..abb6260 100644
--- a/edit.lua
+++ b/edit.lua
@@ -142,7 +142,7 @@ function edit.draw(State)
                      end
                      schedule_save(State)
                      record_undo_event(State, {before=Drawing.before, after=snapshot(State, line_index-1, line_index+1)})
-                   end
+                   end,
       })
       if State.search_term == nil then
         if line_index == State.cursor1.line then
edb0d565a3807eb85'>ffa01a1a ^
30b5f112 ^








45a26b11 ^


9e679a03 ^
45a26b11 ^

30b5f112 ^
71679a31 ^

45a26b11 ^


45a26b11 ^
30b5f112 ^
2f82f50a ^
86c1c388 ^
1a3dc91e ^
45a26b11 ^

30b5f112 ^
fbc30231 ^

















cd2458c0 ^

0ae975c2 ^

b21edfaa ^
cd2458c0 ^
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