aboutsummaryrefslogtreecommitdiff
path: root/src/macros.h
Commit message (Collapse)AuthorAge
* remove reference to BROKEN_TOUPPERaph2014-04-04
|
* remove pchar from macros.haph2014-04-04
|
* remove MB_{IS,TO}{UPPER,LOWER}aph2014-04-04
|
* remove DO_AUTOCHDIRaph2014-04-04
|
* remove mch_access macro as it is only used in fs.cStefan Hoffmann2014-04-03
|
* Import vim from changeset v5628:c9cad40b4181Thiago de Arruda2014-01-31
- Cleanup source tree, leaving only files necessary for compilation/testing - Process files through unifdef to remove tons of FEAT_* macros - Process files through uncrustify to normalize source code formatting. - Port the build system to cmake