aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/misc1.c
Commit message (Expand)AuthorAge
* test: tabstop=<big-number> #2838Justin M. Keyes2017-10-22
* plines_win_nofold(): Ignore virtcols after 32000th computation #3527Victor Adam2017-10-22
* input: skip dialogs if no UI is activeJustin M. Keyes2017-08-06
* bufhl: fix moveBjörn Linse2017-06-24
* ui: cleanup UI_CALL wrappersBjörn Linse2017-05-10
* *: Add comment to all C filesZyX2017-04-19
* win: defaults: 'shellredir', 'shellxquote', 'shellxescape'Justin M. Keyes2017-04-12
* misc1: Refactor ask_yesno()ZyX2017-03-29
* refactor: Remove allow_keys global (#6346)Matthew Malcomson2017-03-25
* lintJames McCoy2017-03-11
* vim-patch:7.4.2222James McCoy2017-03-11
* Merge #6148 from delftswa2017/clang-scan-fix-dead-storesJustin M. Keyes2017-02-28
|\
| * misc1.c: remove dead initializationSander Bosma2017-02-20
* | buffer: Bind b:changedtick to b:['changedtick'], remove special casesZyX2017-02-23
|/
* *: Fix linter errorsZyX2017-02-15
* *: Partial string handling refactoringZyX2017-02-15
* refactor: Replace vim_strcat() with xstrlcat().Justin M. Keyes2017-01-23
* vim-patch:7.4.1780 (#5828)lonerover2016-12-26
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* vim-patch:7.4.1896 (#5258)Jurica Bradarić2016-08-29
* ops.c: enable -Wconversion warningCharles Joachim2016-05-30
* vim-patch:7.4.1091 #4627Michael Ennen2016-05-06
* *: Fix new linter errorsZyX2016-05-01
* Merge tempfile.c back into fileio.cJurica Bradaric2016-04-20
* Merge pull request #3951 from cacplate/misc1_WconversionBjörn Linse2016-04-18
|\
| * misc1.c: enable -WconversionCharles Joachim2016-04-17
* | *: Make set_vim_var_\* functions have proper argument typesZyX2016-04-18
|/
* bufhl: new mechanism for plugins to add highlights to a bufferBjörn Linse2016-02-23
* Misc. macro cleanupMichael Reed2016-01-14
* vim-patch:7.4.569/573Shougo Matsushita2016-01-13
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* src: README.txt -> README.mdMichael Reed2015-11-23
* IWYU: remove unused "version.h"Justin M. Keyes2015-11-05
* vim-patch:7.4.793Johan Klokkhammer Helsing2015-10-18
* shada: Add support for dumping/restoring bufs changes and win jumpsZyX2015-10-08
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* hasFoldingWin now return boolNicolas Cornu2015-09-08
* win_T.w_cline_folded from int to boolNicolas Cornu2015-09-07
* Remove instances of TRUE/FALSE macroSteven Oliver2015-09-04
* rstream/wstream: Unify structures and simplify APIThiago de Arruda2015-07-17
* input: stream_set_blocking(): libuv implJustin M. Keyes2015-05-27
* input: set input stream to blocking on exitJustin M. Keyes2015-05-27
* Remove char_u: message:smsg_attr()Michael Reed2015-05-13
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Enable -Wconversion: fold.c.Eliseo Martínez2015-04-07
* refactor: split some more functions from misc1.cbobtwinkles2015-03-24
* ui: Refactor so that busy state won't be the defaultThiago de Arruda2015-03-18