summaryrefslogtreecommitdiff
path: root/src/structs.h
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.5066: timer_create is not available on every Mac systemv8.2.5066Bram Moolenaar2022-06-071-0/+1
* patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis2022-06-051-4/+1
* patch 8.2.5003: cannot do bitwise shiftsv8.2.5003Yegappan Lakshmanan2022-05-221-0/+2
* patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar2022-05-211-13/+1
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-10/+10
* patch 8.2.4909: MODE_ enum entries names are too genericv8.2.4909Bram Moolenaar2022-05-071-5/+5
* patch 8.2.4882: cannot make 'breakindent' use a specific columnv8.2.4882Christian Brabandt2022-05-061-2/+4
* patch 8.2.4812: unused struct itemv8.2.4812zeertzjq2022-04-231-1/+0
* patch 8.2.4759: CurSearch highlight does not work for multi-line matchv8.2.4759Bram Moolenaar2022-04-161-1/+3
* patch 8.2.4749: <script> is not expanded in autocmd contextv8.2.4749LemonBoy2022-04-141-2/+2
* patch 8.2.4741: startup test failsv8.2.4741Bram Moolenaar2022-04-121-1/+2
* patch 8.2.4731: the changelist index is not remembered per bufferv8.2.4731LemonBoy2022-04-101-0/+1
* patch 8.2.4724: current instance of last search pattern not easily spottedv8.2.4724LemonBoy2022-04-091-0/+1
* patch 8.2.4713: plugins cannot track text scrollingv8.2.4713LemonBoy2022-04-081-0/+6
* patch 8.2.4705: jump list marker disappearsv8.2.4705zeertzjq2022-04-071-0/+1
* patch 8.2.4702: C++ scope labels are hard-codedv8.2.4702Tom Praschan2022-04-071-0/+1
* patch 8.2.4698: Vim9: script variable has no flag that it was setv8.2.4698Bram Moolenaar2022-04-051-2/+5
* patch 8.2.4677: the Athena GUI support is outdatedv8.2.4677Bram Moolenaar2022-04-031-3/+0
* patch 8.2.4656: Vim9: can't use item from "import autoload" with autoload dirv8.2.4656Bram Moolenaar2022-03-311-0/+1
* patch 8.2.4650: "import autoload" only works with using 'runtimepath'v8.2.4650Bram Moolenaar2022-03-301-2/+5
* patch 8.2.4648: handling LSP messages is a bit slowv8.2.4648Yegappan Lakshmanan2022-03-301-0/+1
* patch 8.2.4644: redrawing too often when 'relativenumber' is setv8.2.4644Lewis Russell2022-03-291-0/+3
* patch 8.2.4639: not sufficient parenthesis in preprocessor macroskylo2522022-03-271-3/+3
* patch 8.2.4603: sourcing buffer lines is too complicatedv8.2.4603Yegappan Lakshmanan2022-03-211-0/+3
* patch 8.2.4463: completion only uses strict matchingv8.2.4463Yegappan Lakshmanan2022-02-241-0/+8
* patch 8.2.4322: Vim9: crash when using funcref with closurev8.2.4322Bram Moolenaar2022-02-071-0/+3
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-3/+0
* patch 8.2.4225: Vim9: depth argument of :lockvar not parsed in :def functionv8.2.4225Bram Moolenaar2022-01-261-3/+5
* patch 8.2.4173: cannot use an import in 'foldexpr'v8.2.4173Bram Moolenaar2022-01-211-3/+2
* patch 8.2.4053: Vim9: autoload mechanism doesn't fully work yetv8.2.4053Bram Moolenaar2022-01-101-1/+3
* patch 8.2.4050: Vim9: need to prefix every item in an autoload scriptv8.2.4050Bram Moolenaar2022-01-091-1/+4
* patch 8.2.4028: ml_get error with :doautoall and Visual areav8.2.4028Bram Moolenaar2022-01-071-0/+1
* patch 8.2.4019: Vim9: import mechanism is too complicatedv8.2.4019Bram Moolenaar2022-01-061-10/+5
* patch 8.2.4018: ml_get error when win_execute redraws with Visual selectionv8.2.4018Bram Moolenaar2022-01-061-0/+7
* patch 8.2.3997: Vim9: not enough testing for extend() and map()v8.2.3997Bram Moolenaar2022-01-041-2/+0
* patch 8.2.3996: Vim9: type checking lacks information about declared typev8.2.3996Bram Moolenaar2022-01-041-2/+9
* patch 8.2.3901: Vim9: Cannot set 'cpo' in main .vimrc if using Vim9 scriptv8.2.3901Bram Moolenaar2021-12-261-0/+1
* patch 8.2.3874: cannot highlight the number column for a signv8.2.3874James McCoy2021-12-221-0/+1
* patch 8.2.3871: list.c contains code for dict and blobv8.2.3871Yegappan Lakshmanan2021-12-221-0/+8
* patch 8.2.3809: Vim9: crash when garbage collecting a nested partialv8.2.3809Bram Moolenaar2021-12-141-2/+7
* patch 8.2.3796: the funcexe_T struct members are not named consistentlyv8.2.3796Bram Moolenaar2021-12-131-9/+9
* patch 8.2.3795: too many #ifdefsv8.2.3795Bram Moolenaar2021-12-131-4/+0
* patch 8.2.3783: confusing error for using a variable as a functionv8.2.3783Bram Moolenaar2021-12-111-0/+2
* patch 8.2.3774: test for command line height failsv8.2.3774Bram Moolenaar2021-12-101-1/+2
* patch 8.2.3771: Vim9: accessing freed memory when checking typev8.2.3771Bram Moolenaar2021-12-101-0/+1
* patch 8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc'v8.2.3725Yegappan Lakshmanan2021-12-031-0/+3
* patch 8.2.3692: Vim9: cannot use :func inside a :def functionv8.2.3692Bram Moolenaar2021-11-281-0/+1
* patch 8.2.3665: cannot use a lambda for 'tagfunc'v8.2.3665Yegappan Lakshmanan2021-11-241-1/+2
* patch 8.2.3664: cannot adjust sign highlighting for 'cursorline'v8.2.3664Bram Moolenaar2021-11-241-0/+1
* patch 8.2.3628: looking terminal colors is a bit slowv8.2.3628Bram Moolenaar2021-11-201-0/+11