Commit graph

  • 2abec431e1
    runtime(defaults): Detect putty terminal and switch to dark background Christian Brabandt 2024-10-27 21:33:09 +01:00
  • ce35ee8986
    patch 9.1.0816: tests: not clear what tests cause asan failures v9.1.0816 Christian Brabandt 2024-10-27 21:15:50 +01:00
  • 2ff2649ffb update coding style documentation Luca Saccarola 2024-10-24 23:27:32 +02:00
  • 107e0eaf57 follow @saccarosium 's suggestion Konfekt 2024-10-27 20:57:25 +01:00
  • 8a7b74c536 Convert the global functions used only in a single file to static functions Yegappan Lakshmanan 2024-10-27 09:41:46 -07:00
  • 998bf12895
    fix mixup Enno 2024-10-27 20:49:49 +01:00
  • 2690151429
    fix typo Enno 2024-10-27 20:46:55 +01:00
  • 912fbaf6e8
    runtime(doc): Remove some completed items from todo.txt Yegappan Lakshmanan 2024-10-27 20:46:42 +01:00
  • 3c21c26abe
    topline might be changed in diff mode unexpectedly Christian Brabandt 2024-10-14 20:56:53 +02:00
  • 91d26aa338
    patch 9.1.0815: "above" virtual text causes wrong 'colorcolumn' position v9.1.0815 zeertzjq 2024-10-27 19:23:34 +01:00
  • 7b474ed121
    tests: ASAN improvements in CI Christian Brabandt 2024-10-21 23:56:31 +02:00
  • 0facc0d970 Remove some completed items from todo.txt Yegappan Lakshmanan 2024-10-27 09:41:46 -07:00
  • 1723e1ca91 show error on missing standard handler Konfekt 2024-10-27 07:39:58 +01:00
  • 92b9eae8c5 "above" virtual text causes wrong 'colorcolumn' position zeertzjq 2024-10-27 19:50:16 +08:00
  • 12e6b66435 update tags Peter Wolf 2024-10-26 13:54:17 +02:00
  • 332b4bc51e try to exclude instable parts from screendumps Peter Wolf 2024-10-26 13:39:57 +02:00
  • 42a4de60a8 escape for # and % in :Open needed despite shellescape(..., 1) Konfekt 2024-10-26 11:29:51 +02:00
  • 2aa82f971d add case distinction for cygwin Konfekt 2024-10-26 08:36:34 +02:00
  • c39dc91e2a Update termdebug tests Peter Wolf 2024-10-25 23:04:58 +02:00
  • c0f970c1ef delay balloon and popup calls to avoid unnecessary calls Peter Wolf 2024-10-25 22:21:34 +02:00
  • 5c6bc785c3 doc: discuss need for user escaping in :Open/Launch Konfekt 2024-10-25 08:38:41 +02:00
  • dc05bdb5a5 ⚠️ Start using _long float_ type S0AndS0 2024-10-24 16:32:19 -07:00
  • 7b09d09fe6 Add long double AKA _long float_ type S0AndS0 2024-10-24 16:27:09 -07:00
  • 4fa2be6964 Define a precision for floats S0AndS0 2024-10-24 16:24:55 -07:00
  • f0e812a212 add tests for Evaluate and for termdebug_config evaluate_in_popup Peter Wolf 2024-10-24 23:56:11 +02:00
  • c408746865 fix position to cursor Peter Wolf 2024-10-24 23:55:04 +02:00
  • 9c28db883e
    Merge 69b4d3fd81 into de79f9129a Philip H. 2024-10-24 23:22:00 +02:00
  • 69b4d3fd81
    Update ci.yml Philip H. 2024-10-24 23:21:57 +02:00
  • e1fef7692d
    ci.yml: install gcc-14 Philip H. 2024-10-24 23:07:24 +02:00
  • de79f9129a
    runtime(syntax-tests): tiny vim fails because of line-continuation Christian Brabandt 2024-10-24 23:03:10 +02:00
  • 04a4a500ec apply review comments Peter Wolf 2024-10-24 21:53:49 +02:00
  • fdf135a052
    patch 9.1.0814: mapset() may remove unrelated mapping v9.1.0814 zeertzjq 2024-10-24 21:43:43 +02:00
  • dabb80b665 clarify MSYS2 path conversion in comment [0] Konfekt 2024-10-24 21:41:10 +02:00
  • 4bdd1a72ea apply @chrisbra 's kind suggestions [0] Konfekt 2024-10-24 21:30:31 +02:00
  • 7afb8e2c6a
    defaults: make putty background by default dark Christian Brabandt 2024-10-23 22:33:02 +02:00
  • 94908ce95b ensure variable always set Konfekt 2024-10-24 15:41:55 +02:00
  • f4faf707e6 mapset() may remove unrelated mapping zeertzjq 2024-10-24 17:31:43 +08:00
  • c818d414f8 add option to output Evaluate into popup window at cursor Peter Wolf 2024-10-24 00:18:34 +02:00
  • 7bb9b38aad apply @chrisbra 's kind comments [0] Konfekt 2024-10-23 23:20:02 +02:00
  • 118072862b
    patch 9.1.0813: no error handling with setglobal and number types v9.1.0813 Milly 2024-10-23 21:42:41 +02:00
  • d0809869d6
    patch 9.1.0812: Coverity warns about dereferencing NULL ptr v9.1.0812 Christian Brabandt 2024-10-23 21:32:31 +02:00
  • 2f6efaccfd
    patch 9.1.0811: :find expansion does not consider 'findexpr' v9.1.0811 Yegappan Lakshmanan 2024-10-23 21:06:10 +02:00
  • 0438fdefff Support expanding :find command argument using 'findexpr' Yegappan Lakshmanan 2024-10-19 14:11:02 -07:00
  • 3a6d41ff50 fix: some number options does not check in setglobal Milly 2024-10-15 15:00:13 +09:00
  • aeb1c97db5
    patch 9.1.0810: cannot easily adjust the |:find| command v9.1.0810 Yegappan Lakshmanan 2024-10-22 23:42:20 +02:00
  • 626b6ab486
    patch 9.1.0809: filetype: petalinux config files not recognized v9.1.0809 Wu, Zhenyu 2024-10-22 23:21:49 +02:00
  • 6d5f4a0bed
    patch 9.1.0808: Terminal scrollback doesn't shrink when decreasing 'termwinscroll' v9.1.0808 Milly 2024-10-22 23:17:45 +02:00
  • 3e5bbb8e11
    patch 9.1.0807: tests: having 'nolist' in modelines isn't always desired v9.1.0807 zeertzjq 2024-10-22 23:11:27 +02:00
  • b38700ac81
    patch 9.1.0806: tests: no error check when setting global 'briopt' v9.1.0806 Milly 2024-10-22 22:59:39 +02:00
  • 231480f975
    patch 9.1.0805: tests: minor issues in gen_opt_test.vim v9.1.0805 Milly 2024-10-22 22:53:01 +02:00
  • a441a3eaab
    patch 9.1.0804: tests: no error check when setting global 'cc' v9.1.0804 Milly 2024-10-22 22:43:01 +02:00
  • 5e7a6a4a10
    patch 9.1.0803: tests: no error check when setting global 'isk' v9.1.0803 Milly 2024-10-22 22:27:19 +02:00
  • 142cad1f88
    patch 9.1.0802: tests: no error check when setting global 'fdm' to empty value v9.1.0802 Milly 2024-10-22 22:11:51 +02:00
  • 94606f70e2
    patch 9.1.0801: tests: no error check when setting global 'termwinkey' v9.1.0801 Milly 2024-10-22 22:07:52 +02:00
  • 8be10aa9e4
    patch 9.1.0800: tests: no error check when setting global 'termwinsize' v9.1.0800 Milly 2024-10-22 22:01:46 +02:00
  • 19be0eb7f0
    runtime(doc): :ownsyntax also resets 'spelloptions' zeertzjq 2024-10-22 21:36:45 +02:00
  • ceec8640df
    patch 9.1.0799: tests: gettwinvar()/gettabwinvar() tests are not comprehensive v9.1.0799 Milly 2024-10-22 21:23:31 +02:00
  • 92b59c628a
    runtime(doc): Fix wrong Mac default options Yee Cheng Chin 2024-10-22 21:16:43 +02:00
  • 9575d54af4
    filetype: petalinux config files are not recognized Wu, Zhenyu 2024-10-23 01:50:38 +08:00
  • 4e4fba5a5e Add support for the 'findexpr' option Yegappan Lakshmanan 2024-10-19 14:11:02 -07:00
  • 982480f4dc
    runtime(doc): Fix wrong Mac default options Yee Cheng Chin 2024-10-22 04:18:26 -07:00
  • 0f5f6f21c3
    fix typo kindly pointed out by @k-takata Enno 2024-10-22 11:19:43 +02:00
  • d54c625b1b apply kind suggestions by @k-takata Konfekt 2024-10-22 09:32:05 +02:00
  • 744bfae29d add note on concealed (markdown) links Konfekt 2024-10-22 08:45:18 +02:00
  • e1ded20a22 remove file type specific handlers and propose in doc Konfekt 2024-10-22 07:23:11 +02:00
  • fc2178b291 use more modern printf() instead of legacy substitute() Konfekt 2024-10-22 07:23:03 +02:00
  • 7a36b26e5e tests: tab page local options persistence test is not properly Milly 2024-09-21 01:31:27 +09:00
  • 40af9c4f1b tests: tests for getwinvar() and gettabwinvar() are not comprehensive Milly 2024-09-20 15:04:53 +09:00
  • a1e9580047 runtime(doc): :ownsyntax also resets 'spelloptions' zeertzjq 2024-10-22 10:32:17 +08:00
  • f62f613506 fix: 'colorcolumn' does not check in setglobal Milly 2024-10-15 12:59:20 +09:00
  • a6a287ee71
    fix typo Milly 2024-10-22 10:49:44 +09:00
  • 880434422a fix to 'cpo&vim' Milly 2024-10-22 10:07:58 +09:00
  • 005eb8f7f9 Add equality test for global-local options on switchback Milly 2024-10-22 09:50:17 +09:00
  • ba23c9841a tests: gen_opt_test.vim uses wrong local 'undolevels' value zeertzjq 2024-10-22 08:36:54 +08:00
  • 6b6d4bca2a fix: 'iskeyword' does not check in setglobal Milly 2024-10-15 14:57:01 +09:00
  • 78e3e8bcf0 fix: 'termwinkey' does not check in setglobal Milly 2024-10-15 13:03:48 +09:00
  • a912abd5c1 fix: 'termwinsize' does not check in setglobal Milly 2024-10-15 13:04:19 +09:00
  • 991dab4a5b fix: 'breakindentopt' does not check in setglobal Milly 2024-10-15 12:54:00 +09:00
  • 961ac6af41 fix: 'foldmethod' does not check correctly in setglobal Milly 2024-10-15 13:06:29 +09:00
  • 96e2219c3e tests: having 'nolist' in modelines isn't always desired zeertzjq 2024-10-22 08:08:57 +08:00
  • 3f2bf56a73 Terminal scrollback doesn't shrink even if 'termwinscroll' gets smaller. Milly 2024-10-19 03:08:48 +09:00
  • 0eae6fa10c 'termwinscroll' does not raise if a negative value is set. Milly 2024-10-19 06:57:17 +09:00
  • c42fe90c5b remove superfluous silent!'s in view of load guard Konfekt 2024-10-21 22:51:15 +02:00
  • 8df07d0ca3
    patch 9.1.0798: too many strlen() calls in cmdhist.c v9.1.0798 John Marriott 2024-10-21 22:37:07 +02:00
  • 787c2d016a runtime:netrw: simplify gx file handling Konfekt 2024-09-22 21:39:51 +02:00
  • 6eca04e9f1
    patch 9.1.0797: testing of options can be further improved v9.1.0797 Milly 2024-10-21 22:20:51 +02:00
  • bfe568d8c4
    patch 9.1.0796: filetype: libtool files are not recognized v9.1.0796 Wu, Zhenyu 2024-10-21 22:09:32 +02:00
  • 421ed14b8a
    runtime(typst): add folding to typst ftplugin Luca Saccarola 2024-10-21 22:01:10 +02:00
  • a7d456191d
    runtime(netrw): deprecate and remove netrwFileHandlers#Invoke() Luca Saccarola 2024-10-21 21:27:03 +02:00
  • 0887e62bce
    patch 9.1.0795: filetype: Vivado memory info file are not recognized v9.1.0795 Wu, Zhenyu 2024-10-21 20:54:13 +02:00
  • ac53d663e7
    Update .cirrus.yml 8thgencore 2024-10-21 21:30:26 +03:00
  • 8c0c53823c
    filetype: Vivado memory info file are not recognized Wu, Zhenyu 2024-10-21 17:43:28 +08:00
  • 11e766bea0 Update test Yegappan Lakshmanan 2024-10-20 12:55:06 -07:00
  • 7184abf5ac Update test Yegappan Lakshmanan 2024-10-20 12:38:25 -07:00
  • cb754a3adc Modify the test to use '' Yegappan Lakshmanan 2024-10-20 12:20:23 -07:00
  • 4d3424ab87 Fix a memory leak Yegappan Lakshmanan 2024-10-20 11:48:27 -07:00
  • 76588ee7e2 Invoke the 'findprg' command for each directory in 'path' Yegappan Lakshmanan 2024-10-20 11:25:51 -07:00
  • ad361577dc Add support for the 'findprg' option Yegappan Lakshmanan 2024-10-19 14:11:02 -07:00
  • 229209f47e Fix string length calculation in barline_parse() basilisk0315 2024-10-21 12:39:06 +11:00
  • a9127dd19a Fix calculating string length when reading from viminfo file basilisk0315 2024-10-21 11:48:06 +11:00