aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Merge pull request #12510 from jamessan/clang-implicit-fallthroughJames McCoy2020-08-26
|\
| * spell_load_file: Add missing "goto endFAIL" if spellfile is not readableJames McCoy2020-08-23
| * Disable -Wimplicit-fallthrough for tree_sitter/James McCoy2020-08-23
| * Disable -Wimplicit-fallthrough for funcs.generated.hJames McCoy2020-08-23
* | Merge pull request #12708 from runiq/lsp-docTJ DeVries2020-08-25
|\ \
| * | Add docs for most vim.lsp methodsPatrice Peterson2020-08-23
| |/
* | vim-patch:8.1.2275: using "seesion" looks like a mistakeJan Edmund Lazo2020-08-23
* | vim-patch:8.2.1517: cannot easily get the character under the cursorJan Edmund Lazo2020-08-23
* | vim-patch:8.2.0423: in some environments a few tests are expected to failJan Edmund Lazo2020-08-23
* | vim-patch:8.1.2364: termwinscroll test is flaky on FreeBSDJan Edmund Lazo2020-08-23
* | vim-patch:8.1.2089: do not get a hint that $TEST_FILTER was activeJan Edmund Lazo2020-08-23
* | vim-patch:8.1.2051: double-click test is a bit flakyJan Edmund Lazo2020-08-23
* | vim-patch:8.1.1677: tests get stuck when running into an existing swapfileJan Edmund Lazo2020-08-23
* | vim-patch:8.1.1516: time reported for a test measured wrongJan Edmund Lazo2020-08-23
|/
* vim-patch:8.2.1511: putting a string in Visual block mode ignores multi-byteJan Edmund Lazo2020-08-22
* vim-patch:8.2.0814: clang warning for implicit conversionJan Edmund Lazo2020-08-21
* vim-patch:8.2.0607: gcc warns for using uninitialized variableJan Edmund Lazo2020-08-19
* vim-patch:8.1.2267: compiler warning for uninitialized variableJan Edmund Lazo2020-08-18
* vim-patch:8.2.1472: ":argdel" does not work like ":.argdel" as documentedJan Edmund Lazo2020-08-17
* vim-patch:8.2.1474: /usr/lib/udef/rules.d not recognized as udevrulesJan Edmund Lazo2020-08-17
* vim-patch:8.1.1115: cannot build with older C compilerJan Edmund Lazo2020-08-17
* vim-patch:8.2.1471: :const only locks the variable, not the value (#12765)Jan Edmund Lazo2020-08-16
* defaults: sessionoptions+=unix,slash #12760Jan Edmund Lazo2020-08-15
* Merge pull request #12713 from janlazo/vim-8.2.1347Matthieu Coudron2020-08-15
|\
| * tui: fix pvs/v728Jan Edmund Lazo2020-08-15
| * shada: fix pvs/v1004Jan Edmund Lazo2020-08-15
| * userfunc: fix pvs/v547Jan Edmund Lazo2020-08-15
| * ex_docmd: replace #define with enumJan Edmund Lazo2020-08-15
| * vim-patch:8.2.1458: .gawk files not recognizedJan Edmund Lazo2020-08-15
| * vim-patch:8.2.1441: running tests in tiny version gives error for summarize.vimJan Edmund Lazo2020-08-14
| * vim-patch:8.2.1438: missing tests for interrupting script execution from debu...Jan Edmund Lazo2020-08-14
| * vim-patch:8.2.1410: adding compiler plugin requires test changeJan Edmund Lazo2020-08-14
| * vim-patch:8.2.1409: nmpmrc and php.ini filetypes not recognizedJan Edmund Lazo2020-08-14
| * vim-patch:8.1.2098: mksession test fails on MS-WindowsJan Edmund Lazo2020-08-14
| * vim-patch:8.1.2097: :mksession is not sufficiently testedJan Edmund Lazo2020-08-14
| * vim-patch:8.2.1386: backslash not removed afer space with space in 'isfname'Jan Edmund Lazo2020-08-14
| * vim-patch:8.2.1379: curly braces expression ending in " }" does not workJan Edmund Lazo2020-08-14
| * vim-patch:8.2.1377: triggering the ATTENTION prompt causes typeahead mess upJan Edmund Lazo2020-08-14
| * vim-patch:8.2.1369: MS-Windows: autocommand test sometimes failsJan Edmund Lazo2020-08-14
| * vim-patch:8.2.1364: invalid memory access when searching for raw stringJan Edmund Lazo2020-08-14
| * vim-patch:8.2.1361: error for white space after expression in assignmentJan Edmund Lazo2020-08-14
| * vim-patch:8.2.1360: stray error for white space after expressionJan Edmund Lazo2020-08-14
| * vim-patch:8.2.1347: cannot easily get the script IDJan Edmund Lazo2020-08-14
| * vim-patch:8.1.2341: not so easy to interrupt a script programaticallyJan Edmund Lazo2020-08-14
| * vim-patch:8.1.0573: cannot redefine user command without ! in same scriptJan Edmund Lazo2020-08-14
* | version.c: update [ci skip] (#12662)Marvim the Paranoid Android2020-08-15
|/
* lua: add vim.register_keystroke_callback (#12536)TJ DeVries2020-08-14
* Merge pull request #12731 from jamessan/libcallnrJames McCoy2020-08-10
|\
| * Merge remote-tracking branch 'upstream/master' into libcallnrJames McCoy2020-08-08
| |\
| * | libcall: Use "int" for number argumentJames McCoy2020-08-08