aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memline.c
Commit message (Expand)AuthorAge
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor: uncrustify #16090dundargoc2021-10-29
* vim-patch:8.1.2388: using old C style commentsDundar Göc2021-10-21
* refactor: make commas trail in enumsDundar Göc2021-10-19
* Merge pull request #15930 from dundargoc/vim-patch/old-style-c-commentsJan Edmund Lazo2021-10-17
|\
| * vim-patch:8.1.2388: using old C style commentsDundar Göc2021-10-06
* | vim-patch:8.2.3490: superfluous return statements #15978dundargoc2021-10-09
|/
* refactor: format with uncrustify #15741dundargoc2021-09-22
* vim-patch:8.2.3375: using uninitialized memorySean Dewar2021-09-17
* refactor: replace TRUE/FALSE with true/false #15647dundargoc2021-09-13
* fix: remove trailing slashes before making directoryGregory Anders2021-08-27
* refactor: replace TRUE/FALSE with true/false #15425dundargoc2021-08-22
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-30
* chore: use codespell to spell check #15016dundargoc2021-07-07
* vim-patch:8.2.2966: ml_get errors after recovering a fileJan Edmund Lazo2021-06-10
* memline: pvs/v1071Jan Edmund Lazo2021-06-05
* vim-patch:8.2.1507: using malloc() directlyJan Edmund Lazo2021-03-09
* pos: define MAXCOL to INT_MAXJan Edmund Lazo2021-02-23
* vim-patch:8.2.0928: many type casts are used for vim_strnsave()Jan Edmund Lazo2020-12-27
* vim-patch:8.1.0806: too many #ifdefsJan Edmund Lazo2020-11-12
* vim-patch:8.2.1219: symlink not followed if dirname ends in //Jan Edmund Lazo2020-10-17
* vim-patch:8.1.0499: :2vimgrep causes an ml_get errorJan Edmund Lazo2020-09-13
* memline: do not attempt to cache line2byte()Björn Linse2020-09-10
* fix lintsThomas Vigouroux2020-09-09
* api/buffer: add "on_bytes" callback to nvim_buf_attachBjörn Linse2020-09-09
* memline: cache byte offset of current lineBjörn Linse2020-09-09
* buffer_updates: prefer using ml_add_deleted_len_bufThomas Vigouroux2020-07-21
* buffer_updates: emit valid old_byte_sizeThomas Vigouroux2020-07-21
* lint: fix linting issuesMatthieu Coudron2020-04-24
* folds: decrease reliance on global 'curwin'Matthieu Coudron2020-04-24
* vim-patch:8.1.1313: warnings for using localtime() and ctime()Jan Edmund Lazo2020-03-29
* vim-patch:8.1.2223: cannot see what buffer an ml_get error is forJan Edmund Lazo2020-02-16
* Remove enc_utf8,has_mbyte dead codeJan Edmund Lazo2020-01-25
* vim-patch:8.1.0461: quickfix: change comment style #11453Jan Edmund Lazo2019-11-24
* vim-patch:8.1.0251: support full paths for 'backupdir' #11269Joe Hermaszewski2019-11-17
* vim-patch:8.1.0014: qf_init_ext() is too longJan Edmund Lazo2019-10-23
* vim-patch:8.1.2180: Error E303 is not useful when 'directory' is empty (#11257)Daniel Hahler2019-10-19
* vim-patch:8.1.1371: cannot recover from a swap file #11081Jurica Bradarić2019-10-05
* vim-patch:8.1.1498: ":write" increments b:changedtick even though nothing cha...Justin M. Keyes2019-09-04
* screen: add some documentation of internals of msg_grid implementationBjörn Linse2019-09-01
* screen: use dedicated message gridBjörn Linse2019-09-01
* includesDaniel Hahler2019-08-07
* lua: support getting UTF-32 and UTF-16 sizes of replaced textBjörn Linse2019-08-06
* lua: add {old_byte_size} to on_lines buffer change eventBjörn Linse2019-08-06
* vim-patch:8.0.1688: some macros are used without a semicolonJan Edmund Lazo2019-06-26
* lintAndrej Zieger2019-05-26