aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su2020-06-06
* vim-patch:8.2.0089: crash when running out of memory in :setfiletype completionJan Edmund Lazo2020-06-04
* Merge #11851 'eval.c: factor out eval/userfunc.c'Justin M. Keyes2020-04-27
|\
| * Merge #11851 'eval.c: factor out eval/userfunc.c'Justin M. Keyes2020-04-26
| |\
| | * rename: user_funcs -> userfuncJakub Łuczyński2020-02-13
| | * fix: includesJakub Łuczyński2020-02-13
* | | vim-patch:8.1.2225: the "last used" info of a buffer is under usedRob Pilling2020-04-21
|/ /
* | vim-patch:8.1.2378: using old C style commentsJan Edmund Lazo2020-04-12
* | Merge pull request #11746 from Billy4195/add_wildmenu_keyMatthieu Coudron2020-03-28
|\ \
| * | ex_getln.c: wildmenu add cancel and apply opsBilly Su2020-01-23
* | | PVS/V618: fix printf-style args #11888Justin M. Keyes2020-02-22
* | | vim-patch:8.1.2187: error for bad regexp even though regexp is not usedJan Edmund Lazo2020-02-16
| |/ |/|
* | doc: fix typos [ci skip] #11787Hye Sung Jung2020-01-30
* | wildmode: fix wildmode=longest,full with pum #11690akovaski2020-01-21
|/
* vim-patch:8.0.1769: refactor save/restore of viewstate #11701Jan Edmund Lazo2020-01-11
* Remove (void) hacks, Mark unused attrsJan Edmund Lazo2020-01-08
* vim-patch:8.2.0099: use of NULL pointer when out of memoryJan Edmund Lazo2020-01-07
* vim-patch:8.0.1356: using simalt in a GUIEnter autocommand inserts charactersJan Edmund Lazo2019-12-30
* ex_getln: fix pvs/v781Jan Edmund Lazo2019-12-26
* vim-patch:8.0.1767: with 'incsearch' text may jump up and downJan Edmund Lazo2019-12-22
* vim-patch:8.1.2385: open cmdline window with feedkeys() #11516Jan Edmund Lazo2019-12-04
* vim-patch:8.1.2017: cannot execute commands after closing cmdline window #11479Daniel Hahler2019-11-29
* vim-patch:8.1.0223: completing shell command finds sub-directories in $PATHJan Edmund Lazo2019-11-25
* Prevent prompts during inccommand previewsRob Pilling2019-10-31
* vim-patch:8.1.2173: searchit() has too many argumentsJaehwang Jerry Jung2019-10-27
* vim-patch:8.1.1588: in :let-heredoc line continuation is recognizedJurica Bradaric2019-10-07
* vim-patch:8.1.2120: some MB_ macros are more complicated than necessaryJan Edmund Lazo2019-10-06
* ex_getln.c: fix <S-Tab> not triggering pum when wildoptions=pum (#10042)glacambre2019-09-08
* vim-patch:8.1.0362: cannot get the script line number when executing a functionerw72019-09-04
* vim-patch:8.0.1768: SET_NO_HLSEARCH() used in a wrong wayJan Edmund Lazo2019-09-02
* screen: use dedicated message gridBjörn Linse2019-09-01
* vim-patch:8.1.0233: "safe" argument of call_vim_function() is always FALSEJan Edmund Lazo2019-08-30
* paste: WIP #4448Justin M. Keyes2019-08-27
* vim-patch:8.1.1897: may free memory twice when out of memory (#10827)Jan Edmund Lazo2019-08-22
* ex_getln.c: fix compute_cmdrow() not resetting lines_left (#10749)Ghjuvan Lacambre2019-08-12
* Merge #10615 'vim-patch:8.1.0053'Justin M. Keyes2019-07-29
|\
| * vim-patch:8.1.53 use typval_T in the caller of call_vim_functioncangscop2019-07-27
* | vim-patch:8.1.0017: shell command completion has duplicates #10616erw72019-07-29
|/
* refactor: use int for Columns and RowsBjörn Linse2019-07-19
* refactor: enable -Wconversion for ex_getln.cBjörn Linse2019-07-19
* vim-patch:8.1.1632: build with EXITFREE but without +arabic failsJan Edmund Lazo2019-07-05
* cmdline: remove local variables i and j from command_line_stateBjörn Linse2019-07-02
* cmdline: correct the column position of wildoptions=pum popupmenuBjörn Linse2019-07-01
* cmdline: remove invalid cmdline_show event when aborting mappingBjörn Linse2019-06-26
* vim-patch:8.1.0629: "gn" selects the wrong text with a multi-line matcherw72019-06-04
* Fix multiple c_CTRL-D showing statuslineJit Yao Yap2019-06-03
* Make sure msg_clear is sent after confirm message (#10065)Ville Hakulinen2019-06-02
* Merge #10059 from jerdna-regeiz/vim-8.1.0614Justin M. Keyes2019-05-26
|\
| * vim-patch:8.1.0673: functionality for signs is spread out over several filesAndrej Zieger2019-05-26
* | UI/cmdline: check if redraw is needed after K_EVENT, K_COMMAND #9804Jit2019-05-26
|/