Files
neovim/runtime/doc
Sean Dewar cdb2c10011 vim-patch:8.2.0915: search() cannot skip over matches like searchpair() can
Problem:    Search() cannot skip over matches like searchpair() can.
Solution:   Add an optional "skip" argument. (Christian Brabandt, closes vim/vim#861)
adc17a5f9d

Enable skip arg usage in autoload/freebasic.vim

evalarg_T doesn't really matter because it's deleted in v8.2.0918 (and
reincarnated for Vim9 script in v8.2.1047), but I found out too late :P Anyway:

- Port evalarg_T into eval.h and use const char * and Callback fields
- Use EVALARG_INIT to initialize
- Return bool over OK/FAIL from evalarg functions
- Remove check from evalarg_clean as callback_free ignores None callbacks anyway
- Move eva_buf field into evalarg_get as a local (not sure what reason it has
  being in the struct)

N/A patches for version.c:

vim-patch:8.2.4355: unnecessary call to check_colorcolumn()

Problem:    Unnecessary call to check_colorcolumn().
Solution:   Remove the call. (Sean Dewar, closes vim/vim#9748)
0f7ff851cb
2022-02-12 12:00:36 +00:00
..
2022-02-08 08:19:06 +08:00
2021-09-10 08:48:27 +02:00
2022-02-08 08:19:06 +08:00
2022-02-09 14:21:04 +08:00
2022-01-04 11:07:40 -07:00
2021-09-23 06:59:30 -07:00
2022-01-04 11:07:40 -07:00
2022-01-23 18:38:41 +01:00
2022-01-23 18:38:41 +01:00
2022-01-23 18:38:41 +01:00
2018-10-29 09:32:29 +01:00
2021-09-10 08:48:27 +02:00
2021-09-10 08:48:27 +02:00
2018-10-29 10:01:44 +01:00
2021-09-08 07:24:12 -07:00
2018-10-29 09:55:07 +01:00
2022-01-11 14:14:17 +01:00
2022-01-31 18:09:51 +01:00
2022-02-09 14:21:04 +08:00
2022-01-11 14:14:17 +01:00
2022-01-21 18:08:56 +08:00
2021-09-09 00:37:59 -07:00
2022-01-04 11:07:40 -07:00
2022-01-17 18:28:23 +00:00
2018-08-25 15:25:49 +02:00
2021-04-28 21:29:57 -04:00
2022-01-11 14:14:17 +01:00
2021-09-10 08:48:27 +02:00
2019-03-26 19:55:33 +01:00
2018-10-29 09:55:07 +01:00
2022-01-29 23:15:22 +00:00
2021-09-13 06:05:27 -07:00
2018-10-29 09:55:07 +01:00
2018-10-29 09:55:07 +01:00
2015-08-15 15:25:30 -03:00
2021-11-17 10:02:59 +01:00
2021-10-05 14:12:16 +02:00
2021-04-29 21:08:09 -04:00
2019-03-26 19:55:33 +01:00
2022-02-08 08:19:06 +08:00
2021-09-10 08:48:27 +02:00
2019-08-02 16:20:22 +02:00
2021-09-08 07:24:12 -07:00
2022-01-23 18:38:41 +01:00
2022-01-29 23:15:22 +00:00
2021-04-27 09:21:35 -04:00
2022-01-04 11:07:40 -07:00
2022-01-29 23:15:22 +00:00
2022-01-17 18:28:23 +00:00
2021-04-27 09:21:31 -04:00
2021-05-01 22:29:03 -04:00
2021-04-27 09:21:30 -04:00
2021-05-02 13:00:38 -04:00
2021-05-01 23:19:57 -04:00
2021-05-02 10:23:35 -04:00
2019-08-02 16:20:22 +02:00
2021-04-27 21:47:42 -04:00
2021-09-08 07:24:12 -07:00
2021-09-08 07:24:12 -07:00
2021-04-28 21:29:56 -04:00
2021-05-01 22:29:02 -04:00
2021-05-02 12:53:49 -04:00
2021-11-22 10:53:57 +01:00
2021-05-01 22:29:03 -04:00
2021-04-27 09:21:33 -04:00
2018-10-29 10:01:44 +01:00
2021-04-29 09:27:19 -04:00
2018-10-29 10:01:44 +01:00
2018-10-29 10:01:44 +01:00
2021-04-29 20:42:16 -04:00
2021-04-29 20:42:16 -04:00
2018-10-29 10:01:44 +01:00
2021-04-29 20:42:16 -04:00
2019-03-26 19:55:33 +01:00
2021-04-27 09:21:34 -04:00
2021-05-01 23:19:57 -04:00
2022-02-08 08:19:06 +08:00
2022-01-11 14:14:17 +01:00