We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73eebca commit 8a591f3Copy full SHA for 8a591f3
bin/solve_day.sh
@@ -107,7 +107,7 @@ else
107
108
test "$day" == 25 && p2="" || p2="| tabedit part2.${arg_lang}"
109
# 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}"
+ $EDITOR -c "sp input | tabedit input1.0 | sp output1.0 $p2 | normal 2gt " part1."${arg_lang} | mksession!"
111
fi
112
113
requirements.txt
@@ -12,7 +12,6 @@ autoimport
12
black
13
ipdb
14
isort
15
-isort
16
mypy
17
pudb
18
pylint
0 commit comments