summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/arabic.c
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-01-22perf: don't decode utf8 character multiple times in getvcol()VanaIgr1
2023-12-19refactor: use `bool` to represent boolean valuesdundargoc1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-16refactor: iwyu (#26062)zeertzjq1
2023-11-12build: remove PVSdundargoc1
2023-10-08refactor(grid): do arabic shaping in one placebfredl1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-06refactor: fix clang-tidy warningsdundargoc1
2022-08-25vim-patch:8.1.1085: compiler warning for possibly uninitialized variablezeertzjq1
2022-07-10vim-patch:8.1.1038: Arabic support excludes Farsi (#19285)zeertzjq1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2022-05-09refactor: replace char_u variables and functions with charDundar Goc1
2022-04-13refactor: add pure attribute to pure functionsDundar Göc1
2021-09-19refactor: format with uncrustify #15722dundargoc1
2021-07-07chore: use codespell to spell check #15016dundargoc1
2020-12-28vim-patch:8.1.1032: warnings from clang static analyzerJan Edmund Lazo1
2018-09-09Refactor: Remove occurences of mb_char2bytesZviRackover1
2018-05-19vim-patch:8.0.0497: arabic support is not fully tested (#8404)nthanben1
2018-01-15vim-patch:8.0.0406: arabic shaping code is verboseckelsel1
2018-01-15vim-patch:8.0.0391: arabic support is verbose and not well testedckelsel1
2017-04-19*: Add comment to all C filesZyX1
2016-05-01*: Fix new linter errorsZyX1
2015-08-20Fix lint errors #3204Steven Oliver1
2014-11-15arabic.c: Comment fixesMichael Reed1
2014-08-07clang-analyzer: Reduce scope in arabic.c.Florian Walch1
2014-07-11Include stdbool.h in some files which use itPavel Platto1
2014-07-09move ascii.h include out of vim.hBrandon Coleman1
2014-07-08Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645Klemen Košir1
2014-06-02Add automatic generation of headersZyX1
2014-05-15Introduce nvim namespace: Fix project-local includes.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1