aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds.c
Commit message (Expand)AuthorAge
...
* ui: Replace cursor_{on,off} by busy_{stop,start}Thiago de Arruda2015-03-15
* Merge pull request #2118 from rev112/fix_redundant_castJohn Szakmeister2015-03-13
|\
| * Remove redundant castsAnton Ovchinnikov2015-03-09
* | Interface cleanup: Symlink handling & docsMichael Reed2015-03-12
* | version: don't use NVIM_VERSION_* directly outside version.cBjörn Linse2015-03-08
|/
* Macro cleanup: USE_ON_FLY_SCROLLMichael Reed2015-03-05
* Macro cleanup: HAVE_SANDBOXMichael Reed2015-03-05
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* Enable -Wconversion: ui.c.Eliseo Martínez2015-02-18
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* Remove 'edcompatible' #1911Michael Reed2015-02-16
* Remove nonnullret deadcode: vim_strsave.Eliseo Martínez2015-01-27
* "halfway a line" is a very confusing phraseJack Danger Canty2015-01-22
* Macro cleanup: HAS_SWAP_EXISTS_ACTIONMichael Reed2015-01-14
* Macro cleanup: PROTOMichael Reed2015-01-14
* Cleanup: Rename getdigits() family functions.Eliseo Martínez2015-01-11
* Cleanup: Refactor getdigits().Eliseo Martínez2015-01-11
* vim-patch:7.4.452Florian Walch2014-12-23
* vim-patch:7.4.449Florian Walch2014-12-23
* Remove Amiga remnantsMichael Reed2014-12-19
* Define and use the ARRAY_SIZE macroFelipe Oliveira Carvalho2014-12-18
* vim-patch:7.4.543.Eliseo Martínez2014-12-15
* Simple refatorings that didn't fit the pattern of the last commitFelipe Oliveira Carvalho2014-12-13
* Reduce indentation level by early returning or continuing loopFelipe Oliveira Carvalho2014-12-13
* vim-patch:? Fix memory leak in readviminfoJoel Teichroeb2014-12-13
* GA_DEEP_FREE_PTR: deep free macro for garrays that store simple pointersFelipe Oliveira Carvalho2014-12-11
* shell: Remove kShellOptCooked from ShellOptsThiago de Arruda2014-12-03
* Fix newline substitution: Adapt to upstream patch.Eliseo Martínez2014-12-02
* term: Move more mouse functions to mouse.cThiago de Arruda2014-12-02
* Fix newline substitution.Eliseo Martínez2014-11-28
* ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* ui: Remove ui_delay, ui_breakcheck and ui_set_shellsizeThiago de Arruda2014-11-27
* Convert some values from buffer_defs.h to boolsWayne Rowcliffe2014-11-12
* Fix warnings: ex_cmds.c: do_ecmd(): Np dereference: FP.Eliseo Martínez2014-11-11
* Fix warnings: ex_cmds.c: do_ascii(): Garbage value (2): MI.Eliseo Martínez2014-11-11
* fix 'sign unplace id'Kartik K. Agaram2014-10-28
* vim-patch:7.4.418Scott Prager2014-10-16
* version: remove non-functional Vim version identifiersJustin M. Keyes2014-10-07
* Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)Wayne Rowcliffe2014-09-24
* FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWSWayne Rowcliffe2014-09-22
* vim-patch:7.4.364Shougo Matsushita2014-09-19
* Additional FOR_ALL_WINDOWS usageWayne Rowcliffe2014-09-08
* fileinfo: rename os_get_file_info{,_link,_fd}Stefan Hoffmann2014-08-31
* Merge pull request #1024 from war1025/dev/for_all_buffersJustin M. Keyes2014-08-19
|\
| * FOR_ALL_BUFFERS use locally declared buffer pointerWayne Rowcliffe2014-08-17
| * Add FOR_ALL_BUFFERS helperWayne Rowcliffe2014-08-02
* | vim-patch:7.4.276Scott Prager2014-08-17
* | Doxygen/comment style for make_filter_cmd().Scott Prager2014-08-17
* | Use sizeof over magic numbers.Scott Prager2014-08-17
* | os_fchown: impl and remove HAVE_FCHOWNPavel Platto2014-08-13