aboutsummaryrefslogtreecommitdiff
path: root/src/option.c
Commit message (Expand)AuthorAge
* replaced `vim_free()` calls with `free()` callsMatthias Beyer2014-05-05
* Remove unused function unset_global_local_option.Thomas Wienecke2014-05-03
* Remove project int types: Case long_i: Replace with plain long.Eliseo Martínez2014-05-03
* Remove the code related to the shortname optionFelipe Oliveira Carvalho2014-05-02
* Remove checks for SHORT_FNAME and USE_LONG_FNAME.Chris Watkins2014-05-02
* revert #652Justin M. Keyes2014-05-01
* Remove NUL macroMarco Hinz2014-04-29
* Remove references to FEAT_{X11,CLIPBOARD} and USE_XSMP.Chris Watkins2014-04-28
* Remove code and checks for unsupported systems.Chris Watkins2014-04-28
* Use /2 and 2* instead of >>1 and <<1 which are tricky with signed typesFelipe Oliveira Carvalho2014-04-24
* No OOM error condition in ga_concat_strings(), concat_fnames(), concat_str()Felipe Oliveira Carvalho2014-04-24
* Use portable format specifiers: Case %ld - plain - fprintf.Eliseo Martínez2014-04-23
* Use portable format specifiers: Case %ld - plain - sprintf.Eliseo Martínez2014-04-23
* Broken build on 32 bit: Fix -Wshorten-64-to-32.Eliseo Martínez2014-04-22
* Remove 'textauto' optionMarco Hinz2014-04-21
* Remove 'textmode' optionMarco Hinz2014-04-16
* Remove modelinesMarco Hinz2014-04-16
* Rename os_total_mem to os_get_total_mem_kib.Chris Watkins2014-04-12
* Remove OOM error handling code after ga_grow() callsFelipe Oliveira Carvalho2014-04-11
* Remove simpler cases of OOM error handling (after *alloc calls)Felipe Oliveira Carvalho2014-04-06
* Remove mzschemeJohn Schmidt2014-04-05
* remove DO_AUTOCHDIRaph2014-04-04
* Extract memory.c from misc2.cJohn Schmidt2014-04-04
* Test and refactor gettail -> path_tail.Thomas Wienecke2014-04-03
* remove HAVE_STRTOLoni-link2014-04-02
* Remove feature HAVE_QSORToni-link2014-03-31
* Rename ga_init2() to ga_init()John Schmidt2014-03-31
* Extract path.c from misc1.cJohn Schmidt2014-03-29
* Rename mch_* functions to os_* in os module.Thomas Wienecke2014-03-27
* HAVE_AVAIL_MEM is always undefined. Remove tests and dead codeFelipe Oliveira Carvalho2014-03-26
* Use memmove instead of mch_memmoveFelipe Oliveira Carvalho2014-03-26
* adapt to the style guildelinesPetter Wahlman2014-03-19
* Delete structs.h by spliting it and moving code to other headersFelipe Oliveira Carvalho2014-03-18
* Extract indent_c.c from misc1.cJohn2014-03-14
* Remove CURSOR_SHAPE #ifdef testsFelipe Oliveira Carvalho2014-03-10
* Extract cursor_shape.c from misc2.c and types/consts from structs.hFelipe Oliveira Carvalho2014-03-10
* cleanup environment variable handling + unit testsStefan Hoffmann2014-03-06
* Extract keymap.c from misc2.cFelipe Oliveira Carvalho2014-03-06
* Extract crypt.c from misc2.cFelipe Oliveira Carvalho2014-03-06
* Remove USE_SYSTEM and code only run under USE_SYSTEMSimen Endsjø2014-03-05
* Remove __ARGS macro. Close #205Nicolas Pierron2014-03-02
* Extract garray.c from misc2.cFelipe Oliveira Carvalho2014-02-28
* Removes 'proto' dirscott-linder2014-02-26
* Convert function declarations from K&R to ANSI style.scott-linder2014-02-24
* Import vim from changeset v5628:c9cad40b4181Thiago de Arruda2014-01-31