]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/bin/qq
Split huge bin/ to proper subdirectories
[dotfiles.git] / vim / bin / qq
diff --git a/vim/bin/qq b/vim/bin/qq
new file mode 100755 (executable)
index 0000000..250645a
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+tmp=`mktemp`
+tmux capture-pane -J
+tmux save-buffer $tmp
+tmux delete-buffer
+perl -ne '/^([^:]+:\d+:.*[^\s])\s*$/ and print "$1\n"' < $tmp > $tmp.err
+rm $tmp
+vim -c 'let g:pylint_disable=1' -c copen -q $tmp.err
+rm $tmp.err