aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/edit.c
Commit message (Expand)AuthorAge
* replace fallthrough comment with macroJan Edmund Lazo2018-09-21
* vim-patch:8.0.1215: newer gcc warns for implicit fallthroughJan Edmund Lazo2018-09-20
* vim-patch:8.1.0372: screen updating slow when 'cursorline' is set (#8986)Justin M. Keyes2018-09-12
* vim-patch:8.0.1809: various typosJan Edmund Lazo2018-09-11
* vim-patch:8.0.1154: 'indentkeys' does not work properly (#8980)Jan Edmund Lazo2018-09-11
* lint: clean-up after parent commitsZviRackover2018-09-09
* Remove has_mbytes local to lines changed in parent commitZviRackover2018-09-09
* Refactor: Remove occurences of mb_char2bytesZviRackover2018-09-09
* Merge #8863 'refactor: Remove mb_head_off() 'Justin M. Keyes2018-08-28
|\
| * lint: cleanup after parent commitsZviRackover2018-08-16
| * Remove has_mbyte from lines near changes in parent commitZviRackover2018-08-16
| * Remove occurences of mb_head_offZviRackover2018-08-15
* | lintJan Edmund Lazo2018-08-23
* | vim-patch:8.0.1041: bogus characters when indenting during visual-block appendJan Edmund Lazo2018-08-23
|/
* Merge #8832 from eraserhd/vim-insert-setline-undo-fixesJustin M. Keyes2018-08-14
|\
| * Fix lintJason Felice2018-08-09
| * vim-patch:8.1.0256: using setline() in TextChangedI splits undoJason Felice2018-08-09
| * vim-patch:8.1.0245: calling setline() in TextChangedI autocmd breaks undoJason Felice2018-08-09
| * vim-patch:8.1.0057: popup menu displayed wrong when using autocmdJason Felice2018-08-09
* | refactor: Replace vim_strrchr() with strrchar() (#8718)ZviRackover2018-08-11
|/
* Merge #8744 from janlazo/vim-8.0.0890Justin M. Keyes2018-08-08
|\
| * misc: fixpos in del_char() is boolJan Edmund Lazo2018-08-07
| * edit: end_insert in check_auto_format() is boolJan Edmund Lazo2018-08-07
| * edit: did_add_space is boolJan Edmund Lazo2018-08-07
| * memline: copy in ml_replace() is boolJan Edmund Lazo2018-08-07
| * edit: temp in ins_del() is const intJan Edmund Lazo2018-08-06
| * vim-patch:8.0.1575: crash when using virtual replaceJan Edmund Lazo2018-08-06
* | Remove some occrrences of enc_utf8 and has_mbyteZviRackover2018-08-06
* | lint: clean-up after parent commitZviRackover2018-08-06
* | Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
|/
* lintJan Edmund Lazo2018-08-06
* globals: did_ai is boolJan Edmund Lazo2018-08-06
* globals: did_si is boolJan Edmund Lazo2018-08-06
* globals: can_si is boolJan Edmund Lazo2018-08-06
* globals: can_si_back is boolJan Edmund Lazo2018-08-06
* edit: haveto_redraw (local variable) is boolJan Edmund Lazo2018-08-06
* edit: can_cindent is boolJan Edmund Lazo2018-08-06
* edit: fix variables in ins_mousescroll()Jan Edmund Lazo2018-08-06
* vim-patch:8.0.0948: crash if timer closes window while dragging status lineJan Edmund Lazo2018-08-05
* edit: dont_sync_undo is TriStateJan Edmund Lazo2018-08-01
* *: Replace b_changedtick with new always-inline functionsZyX2018-06-22
* vim-patch:8.0.0669: CTRL-N at start of the buffer does not work correctly (#8...Jan Edmund Lazo2018-06-20
* fix lintckelsel2018-06-16
* vim-patch:8.0.0530: buffer overflow when 'columns' is very bigckelsel2018-06-16
* Merge #8543 from janlazo/vim-8.0.0596Justin M. Keyes2018-06-16
|\
| * lintJan Edmund Lazo2018-06-13
| * vim-patch:8.0.0596: crash when complete() called after complete_add()Jan Edmund Lazo2018-06-13
* | vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
|/
* Merge #8499 from janlazo/vim-8.0.0533Justin M. Keyes2018-06-10
|\
| * vim-patch:8.0.0541: compiler warning on MS-WindowsJan Edmund Lazo2018-06-08