aboutsummaryrefslogtreecommitdiff
path: root/src/macros.h
Commit message (Collapse)AuthorAge
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15
| | | | | | Move files from src/ to src/nvim/. - src/nvim/ becomes the new root dir for nvim executable sources. - src/libnvim/ is planned to become root dir of the neovim library.
* removed mch_lstat() and mch_stat() macrosStefan Hoffmann2014-05-09
|
* replaced mch_fstat() with os_file_get_info_fd()Stefan Hoffmann2014-05-09
|
* Added missing #define guards in headersHinidu2014-05-01
|
* revert #652Justin M. Keyes2014-05-01
| | | | | | | reverting broad cosmetic/style change because: - increases merge-conflicts - increases overhead of merging upstream Vim patches - reasons for change are ambiguous, so default to no change
* Remove NUL macroMarco Hinz2014-04-29
|
* Remove code and checks for unsupported systems.Chris Watkins2014-04-28
| | | | | Remove remnants of support for systems including __EMX__, MSDOS, OS2, AMIGA and MORPHOS.
* Remove modelinesMarco Hinz2014-04-16
| | | | | Removed modelines are better than modelines that differ from file to file.
* 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