summaryrefslogtreecommitdiffstatshomepage
path: root/src/clint.py
AgeCommit message (Expand)AuthorFiles
2022-03-29build(clint): link to wiki when accessing list_T internals directly (#17876)dundargoc1
2022-03-09chore(lgtm): ignore "__eq__ not overridden" warningDundar Göc1
2022-03-06ci(clint): remove "Unknown NOLINT error category" warningDundar Göc1
2021-10-03refactor(api): handle option dicts properlyBjörn Linse1
2021-08-16ci: increase clint line length limit to 100 characters (#15252)dundargoc1
2021-07-03fix(clint): fix link to style guide. (#14975)dundargoc1
2020-10-12Fix multiple typos (#13063)Hansraj Das1
2020-02-16vim-patch:8.1.1201: output of :command is hard to readJan Edmund Lazo1
2020-02-07api: add nvim_get_runtime_file for finding runtime filesBjörn Linse1
2019-07-29py: flake8 fixesDaniel Hahler1
2019-07-28src/clint.py: flake8 fixes [ci skip] (#10631)Daniel Hahler1
2019-07-19doc [ci skip] #10383Justin M. Keyes1
2019-06-04api: allow nvim_buf_attach from lua using callbacksBjörn Linse1
2019-05-25clint: remove CheckAltTokens()Justin M. Keyes1
2019-03-30Merge #9815 'vim-patch:8.1.1068: complete_info()'Justin M. Keyes1
2019-02-28clint: check env functionsJustin M. Keyes1
2018-10-05clint: add support for --stdin-filenameDaniel Hahler1
2018-10-05clint: use fileinput for stdinDaniel Hahler1
2018-08-01clint: detect MAYBE and recommend TriStateJan Edmund Lazo1
2018-07-08clint: use stdout for normal/expected output (#8700)Daniel Hahler1
2017-12-23clint: Make linter report line where it found opening braceZyX1
2017-12-12clint,eval: Make linter check for direct usage of list attributesZyX1
2017-10-29rpc: Don't delay notifications when request is pending (#6544)Björn Linse1
2017-08-06clint: allow starting brace after `enum`Justin M. Keyes1
2017-06-24kbtree: make warning free and delete deprecated macrosBjörn Linse1
2017-06-03clint: check FUNC_ATTR lines to have 2-space indentBjörn Linse1
2017-04-08Merge branch 'master' into luaviml'/luaZyX1
2017-03-31clint: Do not report zero errorsZyX1
2017-03-29eval: Split eval.c into smaller filesZyX1
2017-03-27clint: Allow omitting include guards in .c.h file and func_attr.h fileZyX1
2017-01-31xstrlcat: Allow overlapped pointers. (#6017)Justin M. Keyes1
2017-01-26refactor: Remove strncpy/STRNCPY. (#6008)Justin M. Keyes1
2017-01-23clint.py: Suggest xstrlcat instead of strcat.Justin M. Keyes1
2017-01-13src/clint.py: improve "Ignoring" messageDaniel Hahler1
2017-01-10Merge pull request #5863 from ZyX-I/more-clint-checksJames McCoy1
2017-01-07Merge #5079 from ZyX-I/shada-save-current-posJustin M. Keyes1
2017-01-06clint: Add more exceptions to “space after a cast” ruleZyX1
2017-01-03clint: Check for misplaced brace at function startZyX1
2017-01-03clint: Enable check for `{` positioned at the start of the line correctlyZyX1
2017-01-03clint: Allow including .c.h files multiple timesZyX1
2016-06-24*: Fix linter errorsZyX1
2016-06-11clint: Add rules that forbids spaces after a cast operatorZyX1
2016-06-11clint: Reject indented preprocessor directivesZyX1
2016-06-11clint: Do not allow aligning line continuation charactersZyX1
2016-06-03reorgJustin M. Keyes1