projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2c1e68
)
Disable linting after qq
author
Sergey Matveev <stargrave@stargrave.org>
Wed, 30 Sep 2020 11:29:37 +0000 (14:29 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Wed, 30 Sep 2020 11:29:37 +0000 (14:29 +0300)
bin/bin/qq
patch
|
blob
|
history
diff --git
a/bin/bin/qq
b/bin/bin/qq
index 290f13654e5cc492c287fd2fe6b0aa5f3b287707..250645a664e6476d699ad4ae135a2e5ee943207d 100755
(executable)
--- a/
bin/bin/qq
+++ b/
bin/bin/qq
@@
-6,5
+6,5
@@
tmux save-buffer $tmp
tmux delete-buffer
perl -ne '/^([^:]+:\d+:.*[^\s])\s*$/ and print "$1\n"' < $tmp > $tmp.err
rm $tmp
-vim -c copen -q $tmp.err
+vim -c
'let g:pylint_disable=1' -c
copen -q $tmp.err
rm $tmp.err