segunda-feira, 23 de fevereiro de 2009

VIM: Janela com saida de execução/compilação.

Adicionar ao script do PyChecker:

if ( !hasmapto('PythonGrep(python)') && (maparg('') == '') )
map :call PythonGrep('python')
map! :call PythonGrep('python')
else
if ( !has("gui_running") || has("win32") )
echo "Python Error: No Key mapped.\n".
\ " is taken and a replacement was not assigned."
endif
endif

Nenhum comentário:

Postar um comentário