add on-the-fly code checking
commit27540c4021e262377cd918d32c7a38a3d0af255c
authorBirgi Tamersoy <>
Sat, 11 Oct 2008 17:47:40 +0000 (11 19:47 +0200)
committerMarkus Heidelberg <markus.heidelberg@web.de>
Sat, 11 Oct 2008 23:59:19 +0000 (12 01:59 +0200)
treea6471655a4f7ce7dd65d984f89b573e460872716
parent600608c203dadf167ae6b7e1054e0ed559aea000
add on-the-fly code checking

Adds a code checker that runs in the background and highlights lines
with syntax errors. Currently it only works on Linux with Pthreads and
gcc/g++ as compiler.

2008 Aug 18
http://codecheck.googlecode.com/svn/trunk/code_check_v0.1.patch
http://groups.google.com/group/vim_dev/browse_thread/thread/1f3a7e132d9577af/bd270f161e0a2e15
12 files changed:
runtime/doc/code_check.txt [new file with mode: 0644]
runtime/doc/index.txt
runtime/doc/tags
src/Makefile
src/code_check.c [new file with mode: 0644]
src/ex_cmds.h
src/ex_docmd.c
src/fileio.c
src/getchar.c
src/keymap.h
src/misc1.c
src/screen.c