comparison src/version.c @ 2214:f8222d1f9a73 vim73

Included patch for persistent undo. Lots of changes and added test.
author Bram Moolenaar <bram@vim.org>
date Sun, 23 May 2010 23:34:36 +0200
parents 7c8c7c95a865
children 1bac28a53fae
comparison
equal deleted inserted replaced
2213:0e0e99d1092e 2214:f8222d1f9a73
423 # else 423 # else
424 "+perl", 424 "+perl",
425 # endif 425 # endif
426 #else 426 #else
427 "-perl", 427 "-perl",
428 #endif
429 #ifdef FEAT_PERSISTENT_UNDO
430 "+persistent_undo",
431 #else
432 "-persistent_undo",
428 #endif 433 #endif
429 #ifdef FEAT_PRINTER 434 #ifdef FEAT_PRINTER
430 # ifdef FEAT_POSTSCRIPT 435 # ifdef FEAT_POSTSCRIPT
431 "+postscript", 436 "+postscript",
432 # else 437 # else