aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/edit.c
Commit message (Expand)AuthorAge
* *: 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
| * vim-patch:8.0.0533: abbreviation doesn't work after backspacing newlineJan Edmund Lazo2018-06-08
* | vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10
|/
* Merge #8377 'TextChangedP autocommand'Justin M. Keyes2018-05-19
|\
| * vim-patch:8.0.1494: no autocmd triggered in Insert mode with visible popup menuShougo Matsushita2018-05-14
|/
* Merge #8218 'Fix errors reported by PVS'Justin M. Keyes2018-04-27
|\
| * edit: Fix PVS/V560: remove always true/false checksZyX2018-04-10
* | Merge #8226 from justinmk/insert-mode-metaJustin M. Keyes2018-04-04
|\ \
| * | insert-mode: interpret unmapped META as ESCJustin M. Keyes2018-04-04
| |/
* / ins_compl_add_tv: fix memory leaks via get_spec_reg (#8224)Daniel Hahler2018-04-03
|/
* getchar: implement <Cmd> key to invoke command in any modeBjörn Linse2018-03-23
* vim-patch:8.0.0262,8.0.0263 (#8123)KunMing Xie2018-03-11
* vim-patch:8.0.1493: completion items cannot be annotated (#8003)Shougo2018-02-18
* vim-patch:8.0.0358,8.0.0359 (#7832)KunMing Xie2018-01-30
* vim-patch:8.0.0448: some macros are lower case (#7936)KunMing Xie2018-01-30
* Merge branch 'master' into hide-container-implZyX2017-12-16
|\
| * vim-patch:8.0.0074Michael Schupikov2017-12-15
* | *: Hide list implementation in other files as wellZyX2017-12-10
|/
* *: Fix linter errorsZyX2017-10-30
* Merge branch 'master' into expression-parserZyX2017-10-15
|\
| * eventloop: FocusGained: schedule event instead of pseudokeyJustin M. Keyes2017-09-05
| * vim-patch:8.0.0247 (#7232)KunMing Xie2017-09-03
* | edit: Lint some functions which are to be copied for symbolic testsZyX2017-10-15
|/
* i_CTRL-O: fix :startinsert at end of line (#6963)d10n2017-07-08
* edit: Silence V595ZyX2017-05-20
* lintJames McCoy2017-05-12
* *: Comment intentional fallthroughsJames McCoy2017-05-12
* *: Add comment to all C filesZyX2017-04-19
* edit: Copy assert to before the warningZyX2017-04-16
* edit: Fix strange codeZyX2017-04-16
* lint: fix clint errors around mb_tolower callsBjörn Linse2017-04-10
* mbyte: replace vim_tolower with mb_tolower handling locale correctlyBjörn Linse2017-04-10
* completion: fix segfault with ignorecase+infercase (#6452)Justin M. Keyes2017-04-06
* eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* eval,*: Move get_tv_string to typval.cZyX2017-03-29
* eval: Split and move dict_add_nr_str to typval.cZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* eval: Split eval.c into smaller filesZyX2017-03-29
* refactor: Remove allow_keys global (#6346)Matthew Malcomson2017-03-25
* vim-patch:8.0.0347Shougo Matsushita2017-03-05
* vim-patch:8.0.0319Shougo Matsushita2017-03-05