Commit graph

  • 7dccad570d Fixed mch_calc_cell_size in os_win32.c. mikoto2000 2024-11-15 11:26:08 +09:00
  • f0fe415892 Move cellsize struct. mikoto2000 2024-11-15 01:53:39 +00:00
  • 11cf24796f Add support on gui. mikoto2000 2024-11-15 01:25:08 +00:00
  • 9ab48cb5e2
    filetype: Vivado mss files are not recognized Wu, Zhenyu 2024-10-22 01:16:34 +08:00
  • 40575f433b Added windows function. mikoto2000 2024-11-15 01:14:28 +00:00
  • 7c3b65eb3e
    runtime(cfg): only consider leading // as starting a comment Christian Brabandt 2024-11-14 23:22:31 +01:00
  • bc32bbddcf
    patch 9.1.0866: filetype: LLVM IR files are not recognized v9.1.0866 Wu, Zhenyu 2024-11-14 22:55:36 +01:00
  • 0684800c85
    patch 9.1.0865: filetype: org files are not recognized v9.1.0865 Luca Saccarola 2024-11-14 22:44:14 +01:00
  • 4bd9b2b246
    patch 9.1.0864: message history is fixed to 200 v9.1.0864 Shougo Matsushita 2024-11-14 22:31:48 +01:00
  • 7ecc1f9cb5 add basic support for org files Luca Saccarola 2024-11-14 17:34:35 +01:00
  • de094dcd6f
    patch 9.1.0863: getcellpixels() can be further improved v9.1.0863 mikoto2000 2024-11-14 22:13:48 +01:00
  • 0acd3abfad
    runtime(sh): better function support for bash/zsh in indent script Lukas Zapletal 2024-11-14 21:50:15 +01:00
  • 460799d885
    runtime(netrw): small fixes to netrw#BrowseX Konfekt 2024-11-14 21:42:27 +01:00
  • f348e23313 small fixes to netrw#BrowseX Konfekt 2024-11-14 21:22:11 +01:00
  • 437bc13ea1
    patch 9.1.0862: 'wildmenu' not enabled by default in nocp mode v9.1.0862 Luca Saccarola 2024-11-14 21:21:17 +01:00
  • 8b97ca66cf
    runtime(doc): update how to report issues for mac Vim Christian Brabandt 2024-11-14 21:12:38 +01:00
  • ee2378ddee
    filetype: LLVM IR files are not recognized Wu, Zhenyu 2024-10-08 02:21:05 +08:00
  • e152daec6d defaults: always enable wildmenu Luca Saccarola 2024-11-14 17:54:22 +01:00
  • ac26deeea5 runtime(bash): support for dash in func keywords Lukas Zapletal 2024-11-14 11:11:46 +01:00
  • 3fb4eb0aaa Fix tags Shougo Matsushita 2024-11-14 19:03:32 +09:00
  • 53f471342c Fixed mch_report_winsize pixel value. mikoto2000 2024-11-14 08:24:13 +00:00
  • 4da4e9aaf3 Delete no need line in Test_getcellpixels_gui(). mikoto2000 2024-11-14 06:12:44 +00:00
  • 4e9a8fbd47 Fix incorrect test comment. mikoto2000 2024-11-14 06:11:58 +00:00
  • 75dbf9c064 Rename to msghistory Shougo Matsushita 2024-11-14 13:40:04 +09:00
  • 035b7c8a77 Fixed Test_getcellsize() implementation. mikoto2000 2024-11-14 10:02:36 +09:00
  • 30cd0081eb
    Update runtime/doc/message.txt Shougo 2024-11-14 09:57:35 +09:00
  • f8343ff4f1 Fixed getcellpixels() test to use RunVimInTerminal. mikoto2000 2024-11-14 09:25:06 +09:00
  • 785ee28a6e Moved test_getcellpixels to test_function.vim. mikoto2000 2024-11-13 22:46:14 +00:00
  • 0a2b46ae3a
    Correction of English sentences in comments. mikoto2000 2024-11-14 07:25:26 +09:00
  • 80fbbf19dd
    Clarified the operating environment and return value. mikoto2000 2024-11-14 07:17:59 +09:00
  • 3f259fd036
    Merge 9b16429bc8 into dbf231a4b7 Nat 2024-11-13 22:05:31 +01:00
  • 400c599dc4 hint on setting spotbugs build dirs Konfekt 2024-11-13 21:35:22 +01:00
  • 86db230873 avoid E171 if defer in-between bars Konfekt 2024-11-13 21:02:30 +01:00
  • f79d02f4b1
    Merge branch 'master' into spotbugs Enno 2024-11-13 20:58:20 +01:00
  • 5c929de210 apply @zzzxywut and @chrisbra 's patches Konfekt 2024-11-13 20:49:00 +01:00
  • dbf231a4b7
    runtime(doc): mention option-backslash at :h CompilerSet Christian Brabandt 2024-11-13 20:28:43 +01:00
  • c4208da0f4
    runtime(compiler): include a Java Maven compiler plugin D. Ben Knoble 2024-11-13 19:51:29 +01:00
  • 8e013b1421
    runtime(racket): update Racket runtime files D. Ben Knoble 2024-11-13 19:45:38 +01:00
  • 9b05326afd
    runtime(doc): improve indentation in examples for netrw-handler Christian Brabandt 2024-11-13 17:14:39 +01:00
  • 8b96858996
    runtime(doc): improve examples for netrw-handler functions Christian Brabandt 2024-11-13 15:38:33 +01:00
  • 983717770c Fix tags Shougo Matsushita 2024-11-13 20:41:41 +09:00
  • 39dd9b416a Add maxmsghistory option Shougo Matsushita 2024-11-13 20:29:34 +09:00
  • 091447037a Reverted test_gettext_make position in Makefile_all.mak. mikoto2000 2024-11-13 19:30:47 +09:00
  • 36009a3c42 Fixed field type of struct cellsize to signed. mikoto2000 2024-11-13 03:38:20 +00:00
  • 8ac747ae30 Fixed incorrect test position in Makefile. mikoto2000 2024-11-13 02:34:02 +00:00
  • 8880a1827a Removed no need local variables. mikoto2000 2024-11-13 02:27:45 +00:00
  • e7e6d3a9d7 Fixed an inappropriate test comment. mikoto2000 2024-11-13 02:15:46 +00:00
  • 21a9faaacb Improve getcellpixels(). mikoto2000 2024-11-13 02:04:00 +00:00
  • c55e6b8eac runtime(racket): update Racket runtime files D. Ben Knoble 2024-11-12 17:46:40 -05:00
  • a6048d4f00 runtime/compiler: add a Maven compiler plugin D. Ben Knoble 2024-11-12 10:35:23 -05:00
  • 5ca8f223f0
    runtime(idris2): include filetype,indent+syntax plugins for (L)Idris2 + ipkg Serhii Khoma 2024-11-12 21:49:42 +01:00
  • f18987caa5
    runtime(doc): clarify the use of filters and external commands Christian Brabandt 2024-11-12 21:38:22 +01:00
  • e798446362
    patch 9.1.0861: Vim9: no runtime check for object member access of any var v9.1.0861 Yegappan Lakshmanan 2024-11-12 21:03:00 +01:00
  • 210c49bbe8
    runtime(compiler): update pylint linter Konfekt 2024-11-12 20:48:31 +01:00
  • 24078e39cd
    patch 9.1.0860: tests: mouse_shape tests use hard code sleep value v9.1.0860 Yee Cheng Chin 2024-11-12 20:26:48 +01:00
  • 13a6605ddf
    patch 9.1.0859: several problems with the GLVS plugin v9.1.0859 GuyBrush 2024-11-12 20:18:14 +01:00
  • 002ccbfac4
    patch 9.1.0858: Coverity complains about dead code v9.1.0858 Christian Brabandt 2024-11-12 20:10:58 +01:00
  • 3f028f7343
    test: Use WaitForAssert instead of sleep for faster mouse shape tests Yee Cheng Chin 2024-11-12 13:11:57 -05:00
  • b57ca71dbd runtime:compiler:python: small fixes Konfekt 2024-11-12 11:15:53 +01:00
  • d7ddb5e06f runtime: idris -> add documentation Serhii Khoma 2024-11-12 16:52:20 +07:00
  • a9f4b4746c do not use :compiler javac as Vim messes with :CompilerSet Konfekt 2024-11-12 10:19:52 +01:00
  • b56ea81589 recompile class file if need be Konfekt 2024-11-12 07:47:13 +01:00
  • 54fe6666c7 Add runtime type compatibility check for object member accessed using a any variable Yegappan Lakshmanan 2024-11-11 21:13:21 -08:00
  • 148c26b2a5 runtime: idris -> comment Serhii Khoma 2024-11-12 09:26:31 +07:00
  • 9ee0040eec
    Speed up & normalize local execution by avoiding shell profiles GuyBrush 2024-11-12 01:09:20 +01:00
  • 64f06229e0
    Rig decompression tools in Github and AppVeyor GuyBrush 2024-11-12 00:36:32 +01:00
  • 9cac01d2cf restore register contents Konfekt 2024-11-11 22:59:51 +01:00
  • 4b3fcfe9df
    On windows CI rely on 7zip for .gz files GuyBrush 2024-11-11 02:53:41 +01:00
  • 129a8446d2
    runtime(tar): Update tar.vim to support permissions Lennart00 2024-11-11 22:39:30 +01:00
  • 4b9fa95712
    patch 9.1.0857: xxd: --- is incorrectly recognized as end-of-options v9.1.0857 DungSaga 2024-11-11 22:19:50 +01:00
  • a1b654ff36
    patch 9.1.0856: mouseshape might be wrong on r and gr v9.1.0856 Yee Cheng Chin 2024-11-11 21:57:27 +01:00
  • 2e48567007
    patch 9.1.0855: setting 'cmdheight' may cause hit-enter-prompt v9.1.0855 nwounkn 2024-11-11 21:48:30 +01:00
  • feea1b444e
    Add an .editorconfig file to repository Luca Saccarola 2024-11-11 21:33:50 +01:00
  • 1083cae709
    patch 9.1.0854: cannot get terminal cell size v9.1.0854 mikoto2000 2024-11-11 21:24:14 +01:00
  • 6fbf63de86
    patch 9.1.0853: filetype: kubernetes config file not recognized v9.1.0853 Jonathan Lopez 2024-11-11 21:03:31 +01:00
  • 45e0704d96
    patch 9.1.0852: No warning when X11 registers are not available v9.1.0852 Christian Brabandt 2024-11-11 20:52:55 +01:00
  • e7a1bbf210
    patch 9.1.0851: too many strlen() calls in getchar.c v9.1.0851 John Marriott 2024-11-11 20:40:33 +01:00
  • 56d45f1b66
    patch 9.1.0850: Vim9: cannot access nested object inside objects v9.1.0850 Yegappan Lakshmanan 2024-11-11 19:58:55 +01:00
  • 1f445d23b2 Add support for accessing an object member using a any variable Yegappan Lakshmanan 2024-11-10 13:10:18 -08:00
  • 38b8bfab4b BufWrite fires too earlier; need BufWritePost for changed file Konfekt 2024-11-11 09:43:25 +01:00
  • 622f6f5b9a
    runtime(tex): extra Number highlighting causes issues Christian Brabandt 2024-11-11 08:49:04 +01:00
  • 7625c1090f undo autocmd and group (errors if there autocmd remain) Konfekt 2024-11-11 08:24:38 +01:00
  • 95b9cbf819 update class lists on save if :compiler spotbugs used Konfekt 2024-11-11 07:48:37 +01:00
  • fd510be9f7 respect case of regexes Konfekt 2024-11-11 06:13:13 +01:00
  • 3065bf5428 propose filetype-local autocmd Konfekt 2024-11-10 21:59:10 +01:00
  • 1bf340f872
    Covering compression use cases GuyBrush 2024-11-11 02:14:43 +01:00
  • 03a2fbab13
    Test were simplified and introduced into CI. GuyBrush 2024-11-10 02:02:39 +01:00
  • 66d3b87508
    Testing introduced Guybrush 2024-11-09 02:35:19 +01:00
  • d2dba68d5e
    getscript fixes GuyBrush 2024-11-11 02:07:48 +01:00
  • 7d424649ad Retrigger checks basilisk0315 2024-11-11 09:27:11 +11:00
  • 688e53eb6e Allow NULL argument to get_buffcont() basilisk0315 2024-11-11 08:57:42 +11:00
  • b8dd8260b0 recommend continual update of &makeprg by :compiler on saving buffer Konfekt 2024-11-10 21:53:53 +01:00
  • 0c73d17d1d detect classes by syntax highlighting if available Konfekt 2024-11-10 21:46:12 +01:00
  • 8827e4f1d4 runtime(lua): make recognice user functions Luca Saccarola 2024-11-10 20:57:33 +01:00
  • f70680c3dd
    No warning when IPC registers are not available Christian Brabandt 2024-11-07 22:30:15 +01:00
  • 7724d621f2
    runtime(vim): Fix indent after :silent! function Doug Kearns 2024-11-10 20:36:28 +01:00
  • 7c5152826f
    patch 9.1.0849: there are a few typos in the source v9.1.0849 zeertzjq 2024-11-10 20:26:12 +01:00
  • 5b63b236a0
    runtime(netrw): directory symlink not resolved in tree view Christian Brabandt 2024-11-10 20:22:34 +01:00
  • 18defabaeb
    runtime(doc): add a table of supported Operating Systems Christian Brabandt 2024-11-10 20:10:42 +01:00
  • 5062572e96 Fix a few more typos zeertzjq 2024-11-10 22:08:33 +08:00