summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/lua
AgeCommit message (Expand)AuthorFiles
2023-03-07Merge pull request #13834 from bfredl/omniluabfredl1
2023-03-06feat(lua): omnifunc for builting lua interpreterBjörn Linse1
2023-03-06feat(lua): add semver apiKelly Lin1
2023-03-04fix(luado): get old_line length before executing Lua codezeertzjq1
2023-03-03fix(treesitter): raise ts_match_limit to 256 (#22497)Christian Clason1
2023-03-03refactor(build): graduate libtreesitter features which are 1+ years oldbfredl1
2023-02-26feat(treesitter): expand the APILewis Russell1
2023-02-22feat(lua): make sure require'bit' always works, even with PUC lua 5.1bfredl1
2023-02-11refactor: reduce scope of locals as per the style guide (#22211)dundargoc2
2023-02-11refactor: replace char_u with char (#21901)dundargoc2
2023-02-11build: enable MSVC level 3 warnings (#21934)dundargoc3
2023-02-04refactor(exit): pass error message to preserve_exit() (#22097)zeertzjq1
2023-01-31fix(test): fix issues detected by running unittests in ASAN/UBSANbfredl1
2023-01-31feat(lua): low-level interpreter mode (nvim -ll)bfredl1
2023-01-23feat!: make iconv a non-optional depLewis Russell1
2023-01-22feat(treesitter): show filetype associated with parser (#17633)Matthieu Coudron1
2023-01-19refactor: replace char_u with char 25 (#21838)dundargoc1
2023-01-18refactor: replace char_u with char 24 (#21823)dundargoc3
2023-01-17refactor: replace char_u with char 22 (#21786)dundargoc1
2023-01-15refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc1
2023-01-14refactor: replace char_u with char 21 (#21779)dundargoc1
2023-01-09refactor: replace char_u with char 18 (#21237)dundargoc2
2023-01-07feat(lua): store "nvim -l" scriptname in _G.arg[0]Justin M. Keyes1
2023-01-07fix(coverity/433537): don't call kv_concat_len() when read_size is 0 (#21664)zeertzjq1
2023-01-05refactor: extract code to open stdin for readingJustin M. Keyes1
2023-01-05refactor(lua): move _G.arg init to nlua_init()Justin M. Keyes1
2023-01-05feat(lua): execute stdin ("-") as LuaJustin M. Keyes1
2023-01-05feat(lua): exit 1 on Lua "-l" script errorJustin M. Keyes1
2023-01-05feat(lua): send "--" literally to Lua "-l" scriptJustin M. Keyes1
2023-01-05feat(lua)!: execute Lua with "nvim -l"Justin M. Keyes1
2023-01-05refactor(ui): devirtualize the ui layerbfredl1
2023-01-03refactor(api): do not allocate temporaries for internal eventsbfredl1
2022-12-16refactor: rename mch_msg => os_msgJustin M. Keyes1
2022-12-05fix(secure): crash when hitting escape in prompt (#21283)ii141
2022-12-03refactor: make sure getting a callback doesn't modify argumentzeertzjq1
2022-11-28feat(secure): add `:trust` command and vim.secure.trust() (#21107)Jlll11
2022-11-17feat(exrc): use vim.secure.read() for 'exrc' optionGregory Anders1
2022-11-15Merge pull request #20157 from dundargoc/build/iwyubfredl7
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc7
2022-11-14ci(windows): treat compiler warnings as errorsdundargoc1
2022-11-08Merge pull request #20821 from dundargoc/refactor/clang-tidybfredl2
2022-11-07feat(api): add command name to Lua command callback optsFamiu Haque1
2022-11-06refactor: fix clang-tidy warningsdundargoc2
2022-11-05fix(vim.diff): fix fastforward off-by-1 (#20937)Lewis Russell1
2022-11-04fix(vim.diff): correctly apply hunk offsets with linematch (#20931)Lewis Russell1
2022-11-04fix(diff): remove size_t underflow (#20929)Lewis Russell1
2022-11-04Enable new diff option linematch (#14537)Jonathon1
2022-11-01build(lint): remove clint.py rules for braces #20880dundargoc1
2022-10-15refactor: replace char_u with charDundar Göc3
2022-10-10fix(lua): assert failure with vim.regex() error inside :silent! (#20555)RZia1