File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ export function compact(
9999 ] ,
100100 list : [
101101 divider [ DI . Left ] ,
102- divider [ DI . Horizonal ] ,
102+ divider [ DI . Horizontal ] ,
103103 divider [ DI . Right ] ,
104104 divider [ DI . Vertical ] ,
105105 divider [ DI . Bottom ] ,
@@ -169,7 +169,7 @@ export function compact(
169169 ] ,
170170 list : [
171171 divider [ DI . Left ] ,
172- divider [ DI . Horizonal ] ,
172+ divider [ DI . Horizontal ] ,
173173 divider [ DI . Right ] ,
174174 border [ BI . Right ] ,
175175 border [ BI . BottomRight ] ,
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ export function modern(options: Options = {}): Coordinator {
9696 ] ,
9797 list : [
9898 divider [ DI . Left ] ,
99- divider [ DI . Horizonal ] ,
99+ divider [ DI . Horizontal ] ,
100100 divider [ DI . Right ] ,
101101 border [ BI . Right ] ,
102102 border [ BI . BottomRight ] ,
@@ -166,7 +166,7 @@ export function modern(options: Options = {}): Coordinator {
166166 ] ,
167167 list : [
168168 divider [ DI . Left ] ,
169- divider [ DI . Horizonal ] ,
169+ divider [ DI . Horizontal ] ,
170170 divider [ DI . Right ] ,
171171 border [ BI . Right ] ,
172172 border [ BI . BottomRight ] ,
Original file line number Diff line number Diff line change 123123 "@std/path" : " jsr:@std/path@^1.0.8" ,
124124 "@std/streams" : " jsr:@std/streams@^1.0.8" ,
125125 "@std/testing" : " jsr:@std/testing@^1.0.4" ,
126- "@vim-fall/core" : " jsr:@vim-fall/core@^0.1.0-pre.0 " ,
126+ "@vim-fall/core" : " jsr:@vim-fall/core@^0.1.1 " ,
127127 "fzf" : " npm:fzf@^0.5.2"
128128 }
129129}
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ export function renderTheme(theme: Theme): string[] {
116116 return theme . divider [ DI . Right ] ;
117117 }
118118 if ( y === 2 && x > 0 && x < halfWidth - 1 ) {
119- return theme . divider [ DI . Horizonal ] ;
119+ return theme . divider [ DI . Horizontal ] ;
120120 }
121121 if ( x === 16 && y === 0 ) {
122122 return theme . divider [ DI . Top ] ;
You can’t perform that action at this time.
0 commit comments