Patch 8.2.4537

7 views
Skip to first unread message

Bram Moolenaar

unread,
Mar 10, 2022, 10:53:10 AM3/10/22
to vim...@googlegroups.com

Patch 8.2.4537
Problem: Output from linter and language server shows up in git.
Solution: Add patterns to .gitignore. (Goc Dundar, closes #9925)
Files: .gitignore


*** ../vim-8.2.4536/.gitignore 2021-05-24 17:48:00.756582853 +0100
--- .gitignore 2022-03-10 15:48:03.329053571 +0000
***************
*** 96,100 ****
src/runtime
src/pixmaps

! # other possible files build by tools
src/cscope.out
--- 96,105 ----
src/runtime
src/pixmaps

! # other files possibly created by tools
src/cscope.out
+
+ # Linter/language server files
+ /.cache/clangd/
+ /.ccls-cache/
+ /compile_commands.json
*** ../vim-8.2.4536/src/version.c 2022-03-10 13:29:16.912279861 +0000
--- src/version.c 2022-03-10 15:49:31.012893623 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4537,
/**/

--
hundred-and-one symptoms of being an internet addict:
222. You send more than 20 personal e-mails a day.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages