index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
option.c
Commit message (
Expand
)
Author
Age
*
Remove project int types: Case long_i: Replace with plain long.
Eliseo Martínez
2014-05-03
*
Remove the code related to the shortname option
Felipe Oliveira Carvalho
2014-05-02
*
Remove checks for SHORT_FNAME and USE_LONG_FNAME.
Chris Watkins
2014-05-02
*
revert #652
Justin M. Keyes
2014-05-01
*
Remove NUL macro
Marco Hinz
2014-04-29
*
Remove references to FEAT_{X11,CLIPBOARD} and USE_XSMP.
Chris Watkins
2014-04-28
*
Remove code and checks for unsupported systems.
Chris Watkins
2014-04-28
*
Use /2 and 2* instead of >>1 and <<1 which are tricky with signed types
Felipe Oliveira Carvalho
2014-04-24
*
No OOM error condition in ga_concat_strings(), concat_fnames(), concat_str()
Felipe Oliveira Carvalho
2014-04-24
*
Use portable format specifiers: Case %ld - plain - fprintf.
Eliseo Martínez
2014-04-23
*
Use portable format specifiers: Case %ld - plain - sprintf.
Eliseo Martínez
2014-04-23
*
Broken build on 32 bit: Fix -Wshorten-64-to-32.
Eliseo Martínez
2014-04-22
*
Remove 'textauto' option
Marco Hinz
2014-04-21
*
Remove 'textmode' option
Marco Hinz
2014-04-16
*
Remove modelines
Marco Hinz
2014-04-16
*
Rename os_total_mem to os_get_total_mem_kib.
Chris Watkins
2014-04-12
*
Remove OOM error handling code after ga_grow() calls
Felipe Oliveira Carvalho
2014-04-11
*
Remove simpler cases of OOM error handling (after *alloc calls)
Felipe Oliveira Carvalho
2014-04-06
*
Remove mzscheme
John Schmidt
2014-04-05
*
remove DO_AUTOCHDIR
aph
2014-04-04
*
Extract memory.c from misc2.c
John Schmidt
2014-04-04
*
Test and refactor gettail -> path_tail.
Thomas Wienecke
2014-04-03
*
remove HAVE_STRTOL
oni-link
2014-04-02
*
Remove feature HAVE_QSORT
oni-link
2014-03-31
*
Rename ga_init2() to ga_init()
John Schmidt
2014-03-31
*
Extract path.c from misc1.c
John Schmidt
2014-03-29
*
Rename mch_* functions to os_* in os module.
Thomas Wienecke
2014-03-27
*
HAVE_AVAIL_MEM is always undefined. Remove tests and dead code
Felipe Oliveira Carvalho
2014-03-26
*
Use memmove instead of mch_memmove
Felipe Oliveira Carvalho
2014-03-26
*
adapt to the style guildelines
Petter Wahlman
2014-03-19
*
Delete structs.h by spliting it and moving code to other headers
Felipe Oliveira Carvalho
2014-03-18
*
Extract indent_c.c from misc1.c
John
2014-03-14
*
Remove CURSOR_SHAPE #ifdef tests
Felipe Oliveira Carvalho
2014-03-10
*
Extract cursor_shape.c from misc2.c and types/consts from structs.h
Felipe Oliveira Carvalho
2014-03-10
*
cleanup environment variable handling + unit tests
Stefan Hoffmann
2014-03-06
*
Extract keymap.c from misc2.c
Felipe Oliveira Carvalho
2014-03-06
*
Extract crypt.c from misc2.c
Felipe Oliveira Carvalho
2014-03-06
*
Remove USE_SYSTEM and code only run under USE_SYSTEM
Simen Endsjø
2014-03-05
*
Remove __ARGS macro. Close #205
Nicolas Pierron
2014-03-02
*
Extract garray.c from misc2.c
Felipe Oliveira Carvalho
2014-02-28
*
Removes 'proto' dir
scott-linder
2014-02-26
*
Convert function declarations from K&R to ANSI style.
scott-linder
2014-02-24
*
Import vim from changeset v5628:c9cad40b4181
Thiago de Arruda
2014-01-31