aboutsummaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAge
...
* Remove FEAT_MENUHinidu2014-05-28
| | | | Support for :menu command. It can be used in terminal Vim too.
* Remove FEAT_LISTCMDSHinidu2014-05-28
| | | | | Vim commands for the buffer list and the argument list: ":buffer", ":bnext", ":bdel", ":argdelete", etc.
* Remove FEAT_EX_EXTRAHinidu2014-05-28
| | | | Vim's extra Ex commands: :center, :left, :normal, :retab and :right
* Remove FEAT_EVALHinidu2014-05-28
| | | | Support for VimScript, :let, :if, etc.
* Remove FEAT_CURSORBINDHinidu2014-05-28
| | | | Synchronization of cursor in split windows for diff mode
* Remove FEAT_CON_DIALOGHinidu2014-05-28
| | | | Support for :confirm with console dialog.
* Remove FEAT_COMPL_FUNCHinidu2014-05-28
| | | | Insert mode completion with 'completefunc'
* Remove FEAT_COMMENTSHinidu2014-05-28
| | | | Special comments formatting, see 'comments' option.
* Remove FEAT_CMDWINHinidu2014-05-28
| | | | Command-line window which opens by q:, q/, q?
* Remove FEAT_CMDL_INFOHinidu2014-05-28
| | | | 'showcmd' and 'ruler' options
* Remove FEAT_CMDL_COMPLHinidu2014-05-28
| | | | Completion of mappings/abbreviations in command line mode
* Remove FEAT_BYTEOFFHinidu2014-05-28
| | | | Support for byte2line(), line2byte(), go and :goto.
* Remove FEAT_CINDENTHinidu2014-05-28
| | | | C code indenting
* Remove FEAT_AUTOCMDHinidu2014-05-28
| | | | Support for :autocmd command
* Remove FEAT_QUICKFIXHinidu2014-05-28
|
* Remove FEAT_MBYTEHinidu2014-05-28
| | | | Multi-byte character handling.
* Remove FEAT_DIFFHinidu2014-05-28
| | | | Support for vim's diff mode.
* Removed FEAT_WINDOWSHinidu2014-05-28
| | | | Support for multiple windows and status line.
* Remove cryptographyJohn Schmidt2014-05-20
| | | | | | | | | | | | | As discussed in #694, vim encryption uses old, obsolete algorithms that are poorly implemented. Since insecure cryptography is worse than no cryptgraphy, the community voted in favor of removing all crypto. Various alternatives to the old crypto is being discussed in #701. Closes #694.
* Introduce nvim namespace: Fix build process.Eliseo Martínez2014-05-15
| | | | | | | - Leave src as include dir (for includes to recognize 'nvim/' prefix). - Change subdirectory from src to src/nvim. - Fix msgpack generation. - Fix some other paths to new locations.
* Use platform check for correct selection of khash type in helpers.cThiago de Arruda2014-05-13
|
* Allow USERNAME to be specified on the command line.John Szakmeister2014-04-21
| | | | | | | There are some systems that have usernames of the form DOMAIN\username, which causes an invalid escape character to be inserted. I was going to add some escaping, but decided it would be best to just outright set the value, since I don't want the DOMAIN portion in there anyways.
* Use check_symbol_exists() instead of check_function_exists().John Szakmeister2014-04-03
| | | | | | | | This is mostly a revert of 477031c03b2c525b117fae8a9b61c98245a06908. Now that we are not setting `CMAKE_C_FLAGS`, the check can work correctly and it helps `pcc` (portable c compiler) make it further along--though it still doesn't produce usable results (see #427 for the details).
* remove HAVE_FCHDIRoni-link2014-04-02
|
* remove HAVE_DL{OPEN, SYM}oni-link2014-04-02
|
* remove HAVE_WCTYPE_Honi-link2014-04-02
|
* remove HAVE_WCHAR_Honi-link2014-04-02
|
* remove HAVE_USLEEPoni-link2014-04-02
|
* remove HAVE_SYS_{POLL_H, RESOURCE_H, SYSCTL_H, TYPES_H}oni-link2014-04-02
|
* remove HAVE_SYSINFO and HAVE_SYSINFO_MEM_UNIToni-link2014-04-02
|
* remove HAVE_SVR4_PTYSoni-link2014-04-02
|
* remove HAVE_STRTOLoni-link2014-04-02
| | | | strtol is a C99 standard function.
* remove HAVE_STRPBRKoni-link2014-04-02
| | | | strpbrk is a C99 standard function.
* remove HAVE_STRING_Honi-link2014-04-02
|
* remove HAVE_STRFTIMEoni-link2014-04-02
| | | | strftime is a C99 standard function.
* remove HAVE_STRERRORoni-link2014-04-02
| | | | strerror is a C99 standard function.
* remove HAVE_STDLIB_Honi-link2014-04-02
|
* remove HAVE_SIGCONTEXToni-link2014-04-02
|
* remove HAVE_RENAMEoni-link2014-04-02
| | | | rename is a C99 standard function.
* remove HAVE_FLOAT_FUNCSoni-link2014-04-02
|
* remove HAVE_DATE_TIMEoni-link2014-04-02
| | | | __DATE__ and __TIME__ are C99 standard predefined macros.
* remove HAVE_{ISWUPPER,ISWLOWER,TOWUPPER,TOWLOWER}Julian Orth2014-03-31
|
* remove HAVE_STDARG_HJulian Orth2014-03-31
|
* remove HAVE_STDINTJulian Orth2014-03-31
|
* remove HAVE_INTTYPESJulian Orth2014-03-31
|
* remove HAVE_MATH_HJulian Orth2014-03-31
|
* remove HAVE_MEMSEToni-link2014-03-31
|
* remove HAVE_MEMCMPoni-link2014-03-31
|
* remove HAVE_BCMPJulian Orth2014-03-31
|
* remove HAVE_ERRNOJulian Orth2014-03-31
|