aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/normal.c
Commit message (Expand)AuthorAge
* normal: Fix V728: excessive checkZyX2017-07-04
* vim-patch:7.4.2320James McCoy2017-06-26
* *: Comment intentional fallthroughsJames McCoy2017-05-12
* api/nvim_get_mode: Use child-queue instead of "priority".Justin M. Keyes2017-04-28
* api: nvim_get_mode()Justin M. Keyes2017-04-28
* *: Add comment to all C filesZyX2017-04-19
* *: Fix linter errorsZyX2017-04-16
* normal: Add figure braces so that code is clearerZyX2017-04-16
* normal: Clarify the codeZyX2017-04-16
* normal: Remove unneeded assignmentZyX2017-04-16
* coverity/161194: Restore check for 'keywordprg' being ":help"James McCoy2017-03-29
* 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 eval.c into smaller filesZyX2017-03-29
* refactor: Remove allow_keys global (#6346)Matthew Malcomson2017-03-25
* terminal: Avoid invalid cursor col (#6265)Justin M. Keyes2017-03-22
* test/legacy: fix test_normal.vimJustin M. Keyes2017-03-19
* vim-patch:8.0.0179raichoo2017-03-19
* linter: make changes pass the linterraichoo2017-03-19
* vim-patch:8.0.0066raichoo2017-03-19
* vim-patch:8.0.0060raichoo2017-03-19
* vim-patch:7.4.2347raichoo2017-03-19
* vim-patch:7.4.2326raichoo2017-03-19
* vim-patch:7.4.2101James McCoy2017-03-11
* vim-patch:7.4.2069James McCoy2017-03-11
* 'cpoptions': "_" flag to toggle `cw` behaviour #6235raichoo2017-03-10
* vim-patch:7.4.1981 (#6192)lonerover2017-03-02
* Merge #6142 from justinmk/term-modifiableJustin M. Keyes2017-02-27
|\
| * terminal: 'scrollback'Justin M. Keyes2017-02-26
| * terminal: Allow undo and 'modifiable'.Justin M. Keyes2017-02-26
* | vim-patch:8.0.0379James McCoy2017-02-26
|/
* Merge remote-tracking branch 'origin/master' into lambdaJames McCoy2017-02-22
|\
| * *: Partial string handling refactoringZyX2017-02-15
* | vim-patch:7.4.2090Michael Ennen2017-02-14
|/
* lintJames McCoy2017-02-06
* vim-patch:8.0.0208James McCoy2017-02-06
* coverity/133845: Negative array index read. (FP)Justin M. Keyes2017-01-23
* put fixup, esp. ". register close #5709 #5781Matthew Malcomson2017-01-18
* vim-patch:7.4.1940 (#5849)lonerover2016-12-31
* vim-patch:7.4.1559Michael Ennen2016-12-12
* lintJames McCoy2016-12-02
* vim-patch:7.4.1748James McCoy2016-12-02
* folds: Do not auto-update folds for some foldmethods. #5426Shougo Matsushita2016-10-19
* event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02
* Correct logic for setting NormalState.toplevelJames McCoy2016-09-30
* insert_enter: Update folds on insert-leave. #5351Shougo Matsushita2016-09-18
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* normal.c: Restore vim-like tab dragging. #4874sach1t2016-09-12
* Merge #3745 from cacplate/ops_WconversionJustin M. Keyes2016-06-13
|\
| * remove some asserts and lintCharles Joachim2016-05-30