aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spellfile.c
Commit message (Expand)AuthorAge
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: migrate comment style 2 #20080dundargoc2022-09-06
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* refactor: replace char_u with charDundar Göc2022-08-27
* refactor: replace char_u with charDundar Göc2022-08-26
* refactor: change FALSE/TRUE to false/trueLewis Russell2022-08-26
* refactor: replace char_u with charDundar Goc2022-08-25
* refactor: pre-incr to post-incrLewis Russell2022-08-25
* vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
* vim-patch:8.2.4753: error from setting an option is silently ignored (#19888)zeertzjq2022-08-22
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* refactor: change pre-decrement/increment to post (#19799)Lewis Russell2022-08-16
* vim-patch:8.1.1869: code for the argument list is spread out (#19791)zeertzjq2022-08-16
* vim-patch:8.2.0097: crash with autocommand and spellfilezeertzjq2022-08-14
* vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq2022-08-14
* refactor: replace char_u with charDundar Goc2022-08-12
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* refactor: replace char_u with charDundar Goc2022-07-31
* refactor: enable -Wconversion warning for spellfile.c (#19527)dundargoc2022-07-28
* vim-patch:9.0.0052: "zG" may throw an error if invalid character follows (#19...zeertzjq2022-07-15
* vim-patch:8.2.1522: not enough test coverage for the spell file handlingzeertzjq2022-07-04
* vim-patch:8.2.1493: not enough test coverage for the spell file handlingzeertzjq2022-07-04
* refactor: replace char_uDundar Goc2022-07-02
* vim-patch:9.0.0021: invalid memory access when adding word to spell word listzeertzjq2022-07-02
* refactor: replace char_u #18429dundargoc2022-06-28
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* Merge pull request #18489 from dundargoc/refactor/remove-char_ubfredl2022-05-13
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* | vim-patch:8.2.4919: can add invalid bytes with :spellgoodzeertzjq2022-05-12
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* vim-patch:8.2.4402: missing parenthesis may cause unexpected problemsBrian Leung2022-04-03
* vim-patch:8.2.4473: Coverity warns for not checking return value of ftell() (...dundargoc2022-03-30
* vim-patch:8.2.4343: when reloading not all properties are detectedzeertzjq2022-02-14
* vim-patch:8.2.3914 (#16808)dundargoc2021-12-28
* Merge pull request #16613 from bfredl/vim-patch-8.2.3777Björn Linse2021-12-11
|\
| * vim-patch:8.2.3777: spell file write error not checkedBjörn Linse2021-12-10
* | refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
|/
* refactor(misc1): move line_breakcheck family of functions to os/input.cBjörn Linse2021-12-09
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor(macroman): get rid of MB_COPY_CHAR macroBjörn Linse2021-11-14
* refactor(macros): delete multibyte macros which just are aliasesBjörn Linse2021-11-14
* refactor(multibyte): eliminate mb_char2len alias for utf_char2lenBjörn Linse2021-11-14