Skip to content

Commit 8a591f3

Browse files
committed
Tooling fixes
1 parent 73eebca commit 8a591f3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bin/solve_day.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ else
107107

108108
test "$day" == 25 && p2="" || p2="| tabedit part2.${arg_lang}"
109109
# vim alias not set to nvim, assume $EDITOR is a proper editor (=vi-like).
110-
$EDITOR -c "sp input | tabedit input1.0 | sp output1.0 $p2 | normal 2gt " part1."${arg_lang}"
110+
$EDITOR -c "sp input | tabedit input1.0 | sp output1.0 $p2 | normal 2gt " part1."${arg_lang} | mksession!"
111111
fi
112112

113113

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ autoimport
1212
black
1313
ipdb
1414
isort
15-
isort
1615
mypy
1716
pudb
1817
pylint

0 commit comments

Comments
 (0)