aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.c
Commit message (Expand)AuthorAge
* Merge pull request #6514 from jamessan/gcc-7-fixesJames McCoy2017-05-13
|\
| * *: Comment intentional fallthroughsJames McCoy2017-05-12
* | ex_getln: Fix :lang code execution when skippingZyX2017-05-13
|/
* Merge branch 'master' into luaviml'/luaZyX2017-05-08
|\
| * Use vim_strchr(s, c) when c may be NUL (#6656)James McCoy2017-05-03
| * Merge #6539 'More cursor shape modes'Justin M. Keyes2017-04-21
| |\
| | * ui: support more cursor shape modesBjörn Linse2017-04-21
| * | *: Add comment to all C filesZyX2017-04-19
| |/
| * refactor: pos_T macros to functions (#6496)Felipe Oliveira Carvalho2017-04-11
* | Merge branch 'master' into luaviml'/luaZyX2017-04-10
|\|
| * mbyte: replace vim_tolower with mb_tolower handling locale correctlyBjörn Linse2017-04-10
* | Merge branch 'master' into luaviml'/luaZyX2017-04-08
|\|
| * *: Use const char * in set_one_cmd_contextZyX2017-03-29
| * *: Fix some Windows-specific warningsZyX2017-03-29
| * eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
| * eval,*: Move get_tv_string to typval.cZyX2017-03-29
| * *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
| * eval: Split eval.c into smaller filesZyX2017-03-29
| * vim-patch:7.4.2357 (#6354)raichoo2017-03-26
* | ex_getln: Refactor script_get()ZyX2017-03-27
|/
* refactor: Remove allow_keys global (#6346)Matthew Malcomson2017-03-25
* vim-patch:8.0.0172Justin M. Keyes2017-03-22
* vim-patch:8.0.0159Justin M. Keyes2017-03-22
* *: Fix linter errorsZyX2017-02-15
* *: Partial string handling refactoringZyX2017-02-15
* vim-patch:7.4.2024Marco Hinz2017-02-04
* inccommand: Suppress error reporting when previewing commandsJames McCoy2017-01-11
* vim-patch:0 completion-related patches #5745 #5829Shougo Matsushita2016-12-26
* 'inccommand': Introduce CMDPREVIEW state.Justin M. Keyes2016-11-15
* 'inccommand': Detect "non-interactive", "too slow".Justin M. Keyes2016-11-15
* 'inccommand': Restore cursor/view if cancelled.Justin M. Keyes2016-11-10
* 'inccommand': buftype=nofile, restore cursor/viewJustin M. Keyes2016-11-10
* 'inccommand': preserve 'modified'Justin M. Keyes2016-11-08
* 'inccommand': Do not trigger during scripts, feedkeys().Justin M. Keyes2016-11-08
* 'inccommand': rename 'incsubstitute'Justin M. Keyes2016-11-08
* 'inccommand': reworkJustin M. Keyes2016-11-08
* Incsubsitution featureKillTheMule2016-10-30
* Fix lint errors.Grzegorz Milka2016-10-23
* vim-patch:7.4.2312Grzegorz Milka2016-10-23
* hist_char2type: Return '/' for NUL.James McCoy2016-10-18
* event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02
* vim-patch:7.4.1820Jurica Bradaric2016-09-25
* vim-patch:7.4.1818Jurica Bradaric2016-09-25
* vim-patch:7.4.1671Jurica Bradaric2016-09-25
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* lintJames McCoy2016-07-08
* vim-patch:7.4.1554James McCoy2016-07-08
* vim-patch:7.4.1492James McCoy2016-07-08
* *: Rename main loop variable from loop to main_loopZyX2016-05-30
* cmdline: Redraw the cmdline after processing eventsBjörn Linse2016-05-24