id int64 0 886 | original_context stringlengths 648 56.6k | modified_context stringlengths 587 47.6k | omitted_context listlengths 0 19 | omitted_index listlengths 0 19 | metadata dict |
|---|---|---|---|---|---|
300 | diff --git a/packages/next/src/build/index.ts b/packages/next/src/build/index.ts
index cda03c0e89a47..62f492451b6f6 100644
--- a/packages/next/src/build/index.ts
+++ b/packages/next/src/build/index.ts
@@ -1981,10 +1981,23 @@ export default async function build(
// check that dynamic pages won... | diff --git a/packages/next/src/build/index.ts b/packages/next/src/build/index.ts
index cda03c0e89a47..62f492451b6f6 100644
--- a/packages/next/src/build/index.ts
+++ b/packages/next/src/build/index.ts
@@ -1981,10 +1981,23 @@ export default async function build(
// check that dynamic pages won... | [
"- originalAppPath,",
"+ // render because it'll be done as a part of the",
"+ !workerResult.prerenderedRoutes ||"
] | [
10,
14,
21
] | {
"additions": 17,
"author": "wyattjoh",
"deletions": 4,
"html_url": "https://github.com/vercel/next.js/pull/78555",
"issue_id": 78555,
"merged_at": "2025-04-25T20:13:55Z",
"omission_probability": 0.1,
"pr_number": 78555,
"repo": "vercel/next.js",
"title": "refactor: skip the prospective render when... |
301 | diff --git a/packages/next/src/build/index.ts b/packages/next/src/build/index.ts
index e1f11e713e665..cda03c0e89a47 100644
--- a/packages/next/src/build/index.ts
+++ b/packages/next/src/build/index.ts
@@ -387,13 +387,11 @@ export type RoutesManifest = {
pages404: boolean
basePath: string
redirects: Array<Redir... | diff --git a/packages/next/src/build/index.ts b/packages/next/src/build/index.ts
index e1f11e713e665..cda03c0e89a47 100644
--- a/packages/next/src/build/index.ts
+++ b/packages/next/src/build/index.ts
@@ -387,13 +387,11 @@ export type RoutesManifest = {
pages404: boolean
redirects: Array<Redirect>
- | Array<Ma... | [
"- rewrites?:",
"+ fallback: rewrites.fallback.map((r) => buildCustomRoute('rewrite', r)),",
"- path.join(dir, distDir, PRERENDER_MANIFEST),",
"+ PRERENDER_MANIFEST",
"- beforeFiles: [],",
"- path.join(distDir, 'server', `${INSTRUMENTATION_HOOK_FILENAME}.js`)",
"+ ... | [
8,
61,
138,
151,
163,
218,
432
] | {
"additions": 88,
"author": "ijjk",
"deletions": 87,
"html_url": "https://github.com/vercel/next.js/pull/78358",
"issue_id": 78358,
"merged_at": "2025-04-25T18:35:54Z",
"omission_probability": 0.1,
"pr_number": 78358,
"repo": "vercel/next.js",
"title": "Externalize manifest loading in pages-api",
... |
302 | diff --git a/turbopack/crates/turbopack-core/src/resolve/pattern.rs b/turbopack/crates/turbopack-core/src/resolve/pattern.rs
index d44575028a55f..6abf9dde68bf7 100644
--- a/turbopack/crates/turbopack-core/src/resolve/pattern.rs
+++ b/turbopack/crates/turbopack-core/src/resolve/pattern.rs
@@ -122,9 +122,11 @@ impl Patte... | diff --git a/turbopack/crates/turbopack-core/src/resolve/pattern.rs b/turbopack/crates/turbopack-core/src/resolve/pattern.rs
index d44575028a55f..6abf9dde68bf7 100644
--- a/turbopack/crates/turbopack-core/src/resolve/pattern.rs
+++ b/turbopack/crates/turbopack-core/src/resolve/pattern.rs
@@ -122,9 +122,11 @@ impl Patte... | [
"- Callee::Expr(box Expr::Ident(Ident { span, sym, .. })) if sym == \"require\" => {",
"- \"find\".to_string(),",
"+ \"node-pre-gyp\" | \"@mapbox/node-pre-gyp\" => {",
"+ // Keep these options more or less in sync with"
] | [
26,
46,
103,
117
] | {
"additions": 28,
"author": "mischnic",
"deletions": 10,
"html_url": "https://github.com/vercel/next.js/pull/78460",
"issue_id": 78460,
"merged_at": "2025-04-25T17:49:33Z",
"omission_probability": 0.1,
"pr_number": 78460,
"repo": "vercel/next.js",
"title": "Turbopack: support ignore comments for NF... |
303 | diff --git a/docs/01-app/02-guides/production-checklist.mdx b/docs/01-app/02-guides/production-checklist.mdx
index 3a25354a9fcc2..0c330c6415fad 100644
--- a/docs/01-app/02-guides/production-checklist.mdx
+++ b/docs/01-app/02-guides/production-checklist.mdx
@@ -18,7 +18,7 @@ These Next.js optimizations are enabled by de... | diff --git a/docs/01-app/02-guides/production-checklist.mdx b/docs/01-app/02-guides/production-checklist.mdx
index 3a25354a9fcc2..0c330c6415fad 100644
--- a/docs/01-app/02-guides/production-checklist.mdx
+++ b/docs/01-app/02-guides/production-checklist.mdx
@@ -18,7 +18,7 @@ These Next.js optimizations are enabled by de... | [
"+The primary benefit of the `generateStaticParams` function is its smart retrieval of data. If content is fetched within the `generateStaticParams` function using a `fetch` request, the requests are [automatically memoized](/docs/app/deep-dive/caching#request-memoization). This means a `fetch` request with the sam... | [
80,
213,
265,
301
] | {
"additions": 36,
"author": "delbaoliveira",
"deletions": 36,
"html_url": "https://github.com/vercel/next.js/pull/78537",
"issue_id": 78537,
"merged_at": "2025-04-25T15:51:30Z",
"omission_probability": 0.1,
"pr_number": 78537,
"repo": "vercel/next.js",
"title": "Docs IA 2.0: Move caching page to de... |
304 | diff --git a/test/turbopack-build-tests-manifest.json b/test/turbopack-build-tests-manifest.json
index 17f1cbc1524bd..cf19081447fd8 100644
--- a/test/turbopack-build-tests-manifest.json
+++ b/test/turbopack-build-tests-manifest.json
@@ -1440,7 +1440,11 @@
},
"test/e2e/app-dir/back-forward-cache/back-forward-cache... | diff --git a/test/turbopack-build-tests-manifest.json b/test/turbopack-build-tests-manifest.json
index 17f1cbc1524bd..cf19081447fd8 100644
--- a/test/turbopack-build-tests-manifest.json
+++ b/test/turbopack-build-tests-manifest.json
@@ -1440,7 +1440,11 @@
"test/e2e/app-dir/back-forward-cache/back-forward-cache.test.... | [
"- \"test/integration/invalid-href/test/index.test.js\": {"
] | [
101
] | {
"additions": 46,
"author": "vercel-release-bot",
"deletions": 6,
"html_url": "https://github.com/vercel/next.js/pull/78053",
"issue_id": 78053,
"merged_at": "2025-04-11T07:44:04Z",
"omission_probability": 0.1,
"pr_number": 78053,
"repo": "vercel/next.js",
"title": "Update Turbopack production test... |
305 | diff --git a/packages/next/src/server/typescript/utils.ts b/packages/next/src/server/typescript/utils.ts
index 42bff2cf934a1..01ecf269112f8 100644
--- a/packages/next/src/server/typescript/utils.ts
+++ b/packages/next/src/server/typescript/utils.ts
@@ -35,11 +35,33 @@ export function getInfo() {
}
export function g... | diff --git a/packages/next/src/server/typescript/utils.ts b/packages/next/src/server/typescript/utils.ts
index 42bff2cf934a1..01ecf269112f8 100644
--- a/packages/next/src/server/typescript/utils.ts
+++ b/packages/next/src/server/typescript/utils.ts
@@ -35,11 +35,33 @@ export function getInfo() {
export function getTyp... | [
"+ log('Failed to get source file while running getSource for: ' + fileName)",
"+ return sourceFile"
] | [
32,
36
] | {
"additions": 24,
"author": "devjiwonchoi",
"deletions": 2,
"html_url": "https://github.com/vercel/next.js/pull/78538",
"issue_id": 78538,
"merged_at": "2025-04-25T10:06:53Z",
"omission_probability": 0.1,
"pr_number": 78538,
"repo": "vercel/next.js",
"title": "[ts-next-plugin] update log for utils"... |
306 | diff --git a/test/turbopack-dev-tests-manifest.json b/test/turbopack-dev-tests-manifest.json
index 32f51368c02b8..621c1e8d6969c 100644
--- a/test/turbopack-dev-tests-manifest.json
+++ b/test/turbopack-dev-tests-manifest.json
@@ -5023,6 +5023,18 @@
"flakey": [],
"runtimeError": false
},
+ "test/e2e/app-dir... | diff --git a/test/turbopack-dev-tests-manifest.json b/test/turbopack-dev-tests-manifest.json
index 32f51368c02b8..621c1e8d6969c 100644
--- a/test/turbopack-dev-tests-manifest.json
+++ b/test/turbopack-dev-tests-manifest.json
@@ -5023,6 +5023,18 @@
+ "test/e2e/app-dir/css-modules-data-urls/css-modules-data-urls.test.ts... | [
"+ \"config-turbopack when webpack is configured and config.turbopack is set does not warn\",",
"+ \"config-turbopack when webpack is configured but Turbopack is not warns\"",
"+ \"passed\": [\"worker-react-refresh does not cause any runtime errors\"],"
] | [
44,
45,
60
] | {
"additions": 37,
"author": "vercel-release-bot",
"deletions": 0,
"html_url": "https://github.com/vercel/next.js/pull/78535",
"issue_id": 78535,
"merged_at": "2025-04-25T09:42:36Z",
"omission_probability": 0.1,
"pr_number": 78535,
"repo": "vercel/next.js",
"title": "Update Turbopack development tes... |
307 | diff --git a/docs/01-app/01-getting-started/01-installation.mdx b/docs/01-app/01-getting-started/01-installation.mdx
index 3654e5c296c0e..09c4ce68e7988 100644
--- a/docs/01-app/01-getting-started/01-installation.mdx
+++ b/docs/01-app/01-getting-started/01-installation.mdx
@@ -202,7 +202,7 @@ export default function Doc... | diff --git a/docs/01-app/01-getting-started/01-installation.mdx b/docs/01-app/01-getting-started/01-installation.mdx
index 3654e5c296c0e..09c4ce68e7988 100644
--- a/docs/01-app/01-getting-started/01-installation.mdx
+++ b/docs/01-app/01-getting-started/01-installation.mdx
@@ -202,7 +202,7 @@ export default function Doc... | [
"-Create a [`public` folder](/docs/app/building-your-application/optimizing/static-assets) at the root of your project to store static assets such as images, fonts, etc. Files inside `public` can then be referenced by your code starting from the base URL (`/`).",
"-| [`pages`](/docs/pages/building-your-applicatio... | [
8,
24,
30,
124
] | {
"additions": 24,
"author": "delbaoliveira",
"deletions": 23,
"html_url": "https://github.com/vercel/next.js/pull/78531",
"issue_id": 78531,
"merged_at": "2025-04-25T07:08:57Z",
"omission_probability": 0.1,
"pr_number": 78531,
"repo": "vercel/next.js",
"title": "Docs IA 2.0: Create `public` folder ... |
308 | diff --git a/examples/reproduction-template/package.json b/examples/reproduction-template/package.json
index d37e611be27ce..04673970a995c 100644
--- a/examples/reproduction-template/package.json
+++ b/examples/reproduction-template/package.json
@@ -7,8 +7,8 @@
},
"dependencies": {
"next": "canary",
- "rea... | diff --git a/examples/reproduction-template/package.json b/examples/reproduction-template/package.json
index d37e611be27ce..04673970a995c 100644
--- a/examples/reproduction-template/package.json
+++ b/examples/reproduction-template/package.json
@@ -7,8 +7,8 @@
"@types/node": "^22",
diff --git a/packages/create-nex... | [
"+ *",
"+ {",
"- {",
"- }",
"- newVersionStr = stdout.trim()",
"+ manifest.dependencies['react'] = highestPagesRouterReactVersion",
"+ manifest.peerDependencies['react'] = pagesRouterReactVersion",
"- 'react-dom': isReact18 ? '^18.3.1' : '^19.1.0',"
] | [
57,
76,
107,
115,
116,
162,
176,
211
] | {
"additions": 58,
"author": "eps1lon",
"deletions": 43,
"html_url": "https://github.com/vercel/next.js/pull/77895",
"issue_id": 77895,
"merged_at": "2025-04-10T12:39:55Z",
"omission_probability": 0.1,
"pr_number": 77895,
"repo": "vercel/next.js",
"title": "[test] Use React 19.1 everywhere",
"tota... |
309 | diff --git a/package.json b/package.json
index 2c939d1d0832b..0fc8077498e2c 100644
--- a/package.json
+++ b/package.json
@@ -253,7 +253,6 @@
"semver": "7.3.7",
"shell-quote": "1.7.3",
"strip-ansi": "6.0.0",
- "styled-components": "6.0.0-rc.3",
"styled-jsx": "5.1.6",
"styled-jsx-plugin-postcs... | diff --git a/package.json b/package.json
index 2c939d1d0832b..0fc8077498e2c 100644
--- a/package.json
+++ b/package.json
@@ -253,7 +253,6 @@
"semver": "7.3.7",
"shell-quote": "1.7.3",
"strip-ansi": "6.0.0",
- "styled-components": "6.0.0-rc.3",
"styled-jsx": "5.1.6",
"styled-jsx-plugin-postcs... | [
"- resolution: {integrity: sha512-TOKytQ9uQW9c4np8F+P7ZfPINy5Kv+pizDIUwSVH8X5zHgYHV4AA8HE5LA450xXeu4jEfmUckTYvv1I4S26M/g==}",
"- styled-components@6.0.0-rc.3:",
"- '@babel/plugin-external-helpers@7.18.6(@babel/core@7.22.5)':",
"- fs.realpath: 1.0.0",
"- inflight: 1.0.6",
"- '@babel/pre... | [
31,
131,
191,
233,
234,
273,
295,
308
] | {
"additions": 21,
"author": "eps1lon",
"deletions": 129,
"html_url": "https://github.com/vercel/next.js/pull/77782",
"issue_id": 77782,
"merged_at": "2025-04-10T12:52:48Z",
"omission_probability": 0.1,
"pr_number": 77782,
"repo": "vercel/next.js",
"title": "[test] Remove global styled-components in... |
310 | diff --git a/crates/next-core/src/next_config.rs b/crates/next-core/src/next_config.rs
index 3d5665d6943cc..1ceb4e98498e9 100644
--- a/crates/next-core/src/next_config.rs
+++ b/crates/next-core/src/next_config.rs
@@ -725,7 +725,6 @@ pub struct ExperimentalConfig {
/// directory.
ppr: Option<ExperimentalPartia... | diff --git a/crates/next-core/src/next_config.rs b/crates/next-core/src/next_config.rs
index 3d5665d6943cc..1ceb4e98498e9 100644
--- a/crates/next-core/src/next_config.rs
+++ b/crates/next-core/src/next_config.rs
@@ -725,7 +725,6 @@ pub struct ExperimentalConfig {
/// directory.
ppr: Option<ExperimentalPartia... | [
"- let react_channel = if ppr || taint || react_owner_stack || view_transition || router_bfcache {"
] | [
43
] | {
"additions": 1,
"author": "eps1lon",
"deletions": 9,
"html_url": "https://github.com/vercel/next.js/pull/78021",
"issue_id": 78021,
"merged_at": "2025-04-10T12:56:16Z",
"omission_probability": 0.1,
"pr_number": 78021,
"repo": "vercel/next.js",
"title": "Cleanup `config.experimental.reactOwnerstack... |
311 | diff --git a/docs/01-app/05-api-reference/01-directives/use-cache.mdx b/docs/01-app/05-api-reference/01-directives/use-cache.mdx
index 49dd39c9675aa..25cf971562f78 100644
--- a/docs/01-app/05-api-reference/01-directives/use-cache.mdx
+++ b/docs/01-app/05-api-reference/01-directives/use-cache.mdx
@@ -14,11 +14,11 @@ rel... | diff --git a/docs/01-app/05-api-reference/01-directives/use-cache.mdx b/docs/01-app/05-api-reference/01-directives/use-cache.mdx
index 49dd39c9675aa..25cf971562f78 100644
--- a/docs/01-app/05-api-reference/01-directives/use-cache.mdx
+++ b/docs/01-app/05-api-reference/01-directives/use-cache.mdx
@@ -14,11 +14,11 @@ rel... | [
"-- Any non-serializable arguments, props, or closed-over values will turn into opaque references inside the cached function, and can be only passed through and not inspected nor modified. These non-serializable values will be filled in at the request time and won't become a part of the cache key.",
"+Then, on th... | [
39,
89,
95,
100,
113,
115,
121,
124,
125,
133,
148,
151,
183
] | {
"additions": 81,
"author": "delbaoliveira",
"deletions": 49,
"html_url": "https://github.com/vercel/next.js/pull/78024",
"issue_id": 78024,
"merged_at": "2025-04-10T13:26:26Z",
"omission_probability": 0.1,
"pr_number": 78024,
"repo": "vercel/next.js",
"title": "Docs: Improve `\"use cache\"` and `c... |
312 | diff --git a/docs/01-app/05-api-reference/04-functions/use-link-status.mdx b/docs/01-app/05-api-reference/04-functions/use-link-status.mdx
index ee064dd02cfc3..11bbf42ba2c19 100644
--- a/docs/01-app/05-api-reference/04-functions/use-link-status.mdx
+++ b/docs/01-app/05-api-reference/04-functions/use-link-status.mdx
@@ ... | diff --git a/docs/01-app/05-api-reference/04-functions/use-link-status.mdx b/docs/01-app/05-api-reference/04-functions/use-link-status.mdx
index ee064dd02cfc3..11bbf42ba2c19 100644
--- a/docs/01-app/05-api-reference/04-functions/use-link-status.mdx
+++ b/docs/01-app/05-api-reference/04-functions/use-link-status.mdx
@@ ... | [
"-### Improving the user experience when navigating with new query parameters",
"-In this example, navigating between categories updates the query string (e.g. ?category=books). However, the page may appear unresponsive because the `<PageSkeleton />` fallback won't replace the existing content (see [preventing un... | [
54,
57,
226,
241
] | {
"additions": 90,
"author": "delbaoliveira",
"deletions": 78,
"html_url": "https://github.com/vercel/next.js/pull/78022",
"issue_id": 78022,
"merged_at": "2025-04-10T13:30:20Z",
"omission_probability": 0.1,
"pr_number": 78022,
"repo": "vercel/next.js",
"title": "Docs: Update `useLinkStatus` API ref... |
313 | diff --git a/crates/next-api/src/versioned_content_map.rs b/crates/next-api/src/versioned_content_map.rs
index 88ecf4752b939..ba58fbbaafb88 100644
--- a/crates/next-api/src/versioned_content_map.rs
+++ b/crates/next-api/src/versioned_content_map.rs
@@ -120,22 +120,11 @@ impl VersionedContentMap {
client_relati... | diff --git a/crates/next-api/src/versioned_content_map.rs b/crates/next-api/src/versioned_content_map.rs
index 88ecf4752b939..ba58fbbaafb88 100644
--- a/crates/next-api/src/versioned_content_map.rs
+++ b/crates/next-api/src/versioned_content_map.rs
@@ -120,22 +120,11 @@ impl VersionedContentMap {
client_relati... | [
"+#[turbo_tasks::function(operation)]",
"+ const { next } = nextTestSetup({ files: __dirname })",
"- } else {",
"+ // TODO(NDX-768): Should show \"missing tags\" error"
] | [
72,
98,
119,
123
] | {
"additions": 37,
"author": "sokra",
"deletions": 39,
"html_url": "https://github.com/vercel/next.js/pull/77974",
"issue_id": 77974,
"merged_at": "2025-04-09T16:38:57Z",
"omission_probability": 0.1,
"pr_number": 77974,
"repo": "vercel/next.js",
"title": "Turbopack: read asset entries strongly consi... |
314 | diff --git a/packages/next/src/server/base-server.ts b/packages/next/src/server/base-server.ts
index 598b6ce2bf122..2940d4e30feb0 100644
--- a/packages/next/src/server/base-server.ts
+++ b/packages/next/src/server/base-server.ts
@@ -1131,6 +1131,8 @@ export default abstract class Server<
matchedPath = this.n... | diff --git a/packages/next/src/server/base-server.ts b/packages/next/src/server/base-server.ts
index 598b6ce2bf122..2940d4e30feb0 100644
--- a/packages/next/src/server/base-server.ts
+++ b/packages/next/src/server/base-server.ts
@@ -1131,6 +1131,8 @@ export default abstract class Server<
matchedPath = this.n... | [
"- // The page is dynamic if the params are defined.",
"+ paramsResult.params = match.params",
"+ }",
"+ false",
"+ return <p>{JSON.stringify(received)}</p>",
"+ return <Link href=\"/1/2\">Go to /1/2</Link>",
"+import { ReactNode } from 'react'",... | [
36,
44,
46,
63,
84,
101,
109,
124,
139,
150,
156,
191,
206
] | {
"additions": 122,
"author": "wyattjoh",
"deletions": 9,
"html_url": "https://github.com/vercel/next.js/pull/77994",
"issue_id": 77994,
"merged_at": "2025-04-10T14:47:41Z",
"omission_probability": 0.1,
"pr_number": 77994,
"repo": "vercel/next.js",
"title": "fix: use the match result after matching ... |
315 | diff --git a/turbopack/crates/turbopack-core/src/module_graph/mod.rs b/turbopack/crates/turbopack-core/src/module_graph/mod.rs
index 5bf545577c9c7..4a89cc48d1f5b 100644
--- a/turbopack/crates/turbopack-core/src/module_graph/mod.rs
+++ b/turbopack/crates/turbopack-core/src/module_graph/mod.rs
@@ -325,6 +325,21 @@ impl S... | diff --git a/turbopack/crates/turbopack-core/src/module_graph/mod.rs b/turbopack/crates/turbopack-core/src/module_graph/mod.rs
index 5bf545577c9c7..4a89cc48d1f5b 100644
--- a/turbopack/crates/turbopack-core/src/module_graph/mod.rs
+++ b/turbopack/crates/turbopack-core/src/module_graph/mod.rs
@@ -325,6 +325,21 @@ impl S... | [
"+ panic!(\"Duplicate module idents in graph: {:#?}\", duplicates);"
] | [
19
] | {
"additions": 15,
"author": "sokra",
"deletions": 0,
"html_url": "https://github.com/vercel/next.js/pull/78025",
"issue_id": 78025,
"merged_at": "2025-04-10T15:23:25Z",
"omission_probability": 0.1,
"pr_number": 78025,
"repo": "vercel/next.js",
"title": "Turbopack: add debug assertion to check for d... |
316 | diff --git a/test/e2e/app-dir/worker/app/string/page.js b/test/e2e/app-dir/worker/app/string/page.js
new file mode 100644
index 0000000000000..ba9f0a9795f38
--- /dev/null
+++ b/test/e2e/app-dir/worker/app/string/page.js
@@ -0,0 +1,22 @@
+'use client'
+import { useState } from 'react'
+
+export default function Home() {... | diff --git a/test/e2e/app-dir/worker/app/string/page.js b/test/e2e/app-dir/worker/app/string/page.js
index 0000000000000..ba9f0a9795f38
+++ b/test/e2e/app-dir/worker/app/string/page.js
@@ -0,0 +1,22 @@
+'use client'
+import { useState } from 'react'
+export default function Home() {
+ const [state, setState] = useStat... | [
"+ <p id=\"worker-state\">{state}</p>",
"+ 'unbundled-worker'",
"- DiagnosticId::Error("
] | [
24,
82,
99
] | {
"additions": 65,
"author": "mischnic",
"deletions": 27,
"html_url": "https://github.com/vercel/next.js/pull/78010",
"issue_id": 78010,
"merged_at": "2025-04-10T19:27:28Z",
"omission_probability": 0.1,
"pr_number": 78010,
"repo": "vercel/next.js",
"title": "Turbopack: bundle only `new Worker` with ... |
317 | diff --git a/Cargo.lock b/Cargo.lock
index ac6cfacff7a05..be4ebea6f3f80 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -10145,6 +10145,7 @@ dependencies = [
"anyhow",
"either",
"flate2",
+ "hashbrown 0.14.5",
"indexmap 2.7.1",
"itertools 0.10.5",
"postcard",
diff --git a/turbopack/crates/turbo-tasks-auto-hash-... | diff --git a/Cargo.lock b/Cargo.lock
index ac6cfacff7a05..be4ebea6f3f80 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -10145,6 +10145,7 @@ dependencies = [
"anyhow",
"either",
"flate2",
+ "hashbrown 0.14.5",
"indexmap 2.7.1",
"itertools 0.10.5",
"postcard",
diff --git a/turbopack/crates/turbo-tasks-auto-hash-... | [
"+ children: HashMap::default(),",
"- let mut roots = FxHashMap::default();"
] | [
59,
67
] | {
"additions": 12,
"author": "wbinnssmith",
"deletions": 12,
"html_url": "https://github.com/vercel/next.js/pull/78032",
"issue_id": 78032,
"merged_at": "2025-04-10T20:12:19Z",
"omission_probability": 0.1,
"pr_number": 78032,
"repo": "vercel/next.js",
"title": "Turbopack: use hashbrown HashMaps inst... |
318 | diff --git a/crates/next-core/src/next_shared/transforms/swc_ecma_transform_plugins.rs b/crates/next-core/src/next_shared/transforms/swc_ecma_transform_plugins.rs
index f877ba4245bff..6aa0ec2cb076c 100644
--- a/crates/next-core/src/next_shared/transforms/swc_ecma_transform_plugins.rs
+++ b/crates/next-core/src/next_sha... | diff --git a/crates/next-core/src/next_shared/transforms/swc_ecma_transform_plugins.rs b/crates/next-core/src/next_shared/transforms/swc_ecma_transform_plugins.rs
index f877ba4245bff..6aa0ec2cb076c 100644
--- a/crates/next-core/src/next_shared/transforms/swc_ecma_transform_plugins.rs
+++ b/crates/next-core/src/next_sha... | [
"- use turbo_tasks::{TryJoinIterExt, Value};",
"- let plugin_module = plugin_wasm_module_resolve_result",
"- .context(\"Expected to find module\")?;",
"+ <html lang=\"en\">",
"+ dependencies: {",
"+ it('basic case', async () => {",
"+ await expect(browser).... | [
9,
28,
31,
68,
97,
103,
141,
147,
160,
163
] | {
"additions": 99,
"author": "mischnic",
"deletions": 10,
"html_url": "https://github.com/vercel/next.js/pull/77990",
"issue_id": 77990,
"merged_at": "2025-04-10T20:17:24Z",
"omission_probability": 0.1,
"pr_number": 77990,
"repo": "vercel/next.js",
"title": "Turbopack: proper error message for swcPl... |
319 | diff --git a/packages/next/src/server/config-schema.ts b/packages/next/src/server/config-schema.ts
index df29672da0216..463d270953f4f 100644
--- a/packages/next/src/server/config-schema.ts
+++ b/packages/next/src/server/config-schema.ts
@@ -390,6 +390,7 @@ export const configSchema: zod.ZodType<NextConfig> = z.lazy(() ... | diff --git a/packages/next/src/server/config-schema.ts b/packages/next/src/server/config-schema.ts
index df29672da0216..463d270953f4f 100644
--- a/packages/next/src/server/config-schema.ts
+++ b/packages/next/src/server/config-schema.ts
@@ -390,6 +390,7 @@ export const configSchema: zod.ZodType<NextConfig> = z.lazy(() ... | [
"- // React postpones that are unhandled might end up logged here but they're",
"- }",
"+function installProcessErrorHandlers(",
"+ // if (shouldShow) {",
"+ // an \"unhandledRejection\" event.",
"+ // behavior of the outer JS runtime to be more forgiving",
"+ // Remove any e... | [
59,
62,
99,
117,
124,
136,
138,
149,
156
] | {
"additions": 99,
"author": "acdlite",
"deletions": 17,
"html_url": "https://github.com/vercel/next.js/pull/77997",
"issue_id": 77997,
"merged_at": "2025-04-10T20:31:28Z",
"omission_probability": 0.1,
"pr_number": 77997,
"repo": "vercel/next.js",
"title": "Move unhandled rejection handling to share... |
320 | diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 41eb67abca569..e7fbc0c176d98 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,4 +1,4 @@
[toolchain]
-channel = "nightly-2025-02-12"
+channel = "nightly-2025-04-10"
components = ["rustfmt", "clippy", "rust-analyzer"]
profile = "minimal"
diff... | diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 41eb67abca569..e7fbc0c176d98 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,4 +1,4 @@
[toolchain]
-channel = "nightly-2025-02-12"
+channel = "nightly-2025-04-10"
components = ["rustfmt", "clippy", "rust-analyzer"]
profile = "minimal"
diff... | [
"+#[allow(clippy::large_enum_variant)] // This is a turbo-tasks value"
] | [
105
] | {
"additions": 28,
"author": "wbinnssmith",
"deletions": 43,
"html_url": "https://github.com/vercel/next.js/pull/78039",
"issue_id": 78039,
"merged_at": "2025-04-10T21:51:23Z",
"omission_probability": 0.1,
"pr_number": 78039,
"repo": "vercel/next.js",
"title": "Update Rust toolchain to nightly-2025-... |
321 | diff --git a/packages/next/src/build/index.ts b/packages/next/src/build/index.ts
index 9d85556ab49c0..f7cbf822fff76 100644
--- a/packages/next/src/build/index.ts
+++ b/packages/next/src/build/index.ts
@@ -3301,6 +3301,16 @@ export default async function build(
orig,
path.join(d... | diff --git a/packages/next/src/build/index.ts b/packages/next/src/build/index.ts
index 9d85556ab49c0..f7cbf822fff76 100644
--- a/packages/next/src/build/index.ts
+++ b/packages/next/src/build/index.ts
@@ -3301,6 +3301,16 @@ export default async function build(
orig,
path.join(d... | [
"+ for (const locale of i18n.locales) {",
"+ params,",
"+ // If not valid, show 404",
"+ const pagesManifest = JSON.parse(",
"+ expect(pagesManifest['/en/404']).toBe('pages/404.html')",
"+ <p>{message}</p>",
"+export const getStaticProps: GetStaticProps<NotFoundProps> =... | [
12,
49,
59,
142,
147,
181,
185,
204
] | {
"additions": 186,
"author": "ztanner",
"deletions": 0,
"html_url": "https://github.com/vercel/next.js/pull/77905",
"issue_id": 77905,
"merged_at": "2025-04-10T22:44:59Z",
"omission_probability": 0.1,
"pr_number": 77905,
"repo": "vercel/next.js",
"title": "fix: ensure app router not found works whe... |
322 | diff --git a/packages/next/src/server/config-schema.ts b/packages/next/src/server/config-schema.ts
index 463d270953f4f..6db12ca87290e 100644
--- a/packages/next/src/server/config-schema.ts
+++ b/packages/next/src/server/config-schema.ts
@@ -390,7 +390,7 @@ export const configSchema: zod.ZodType<NextConfig> = z.lazy(() ... | diff --git a/packages/next/src/server/config-schema.ts b/packages/next/src/server/config-schema.ts
index 463d270953f4f..6db12ca87290e 100644
--- a/packages/next/src/server/config-schema.ts
+++ b/packages/next/src/server/config-schema.ts
@@ -390,7 +390,7 @@ export const configSchema: zod.ZodType<NextConfig> = z.lazy(() ... | [
"- removeUnhandledRejectionListeners: false,",
"- // an experimental flag until we've considered the impact in various"
] | [
40,
63
] | {
"additions": 15,
"author": "acdlite",
"deletions": 14,
"html_url": "https://github.com/vercel/next.js/pull/78042",
"issue_id": 78042,
"merged_at": "2025-04-10T23:09:38Z",
"omission_probability": 0.1,
"pr_number": 78042,
"repo": "vercel/next.js",
"title": "Uninstall existing uncaughtException liste... |
323 | diff --git a/test/e2e/app-dir/rsc-basic/rsc-basic-react-experimental.test.ts b/test/e2e/app-dir/rsc-basic/rsc-basic-react-experimental.test.ts
new file mode 100644
index 0000000000000..4826f9ebc34e0
--- /dev/null
+++ b/test/e2e/app-dir/rsc-basic/rsc-basic-react-experimental.test.ts
@@ -0,0 +1,76 @@
+import { nextTestSe... | diff --git a/test/e2e/app-dir/rsc-basic/rsc-basic-react-experimental.test.ts b/test/e2e/app-dir/rsc-basic/rsc-basic-react-experimental.test.ts
new file mode 100644
index 0000000000000..4826f9ebc34e0
--- /dev/null
+++ b/test/e2e/app-dir/rsc-basic/rsc-basic-react-experimental.test.ts
@@ -0,0 +1,76 @@
+import { nextTestSe... | [
"+describe('react@experimental', () => {",
"+ 'next.config.js': `",
"+ }",
"+ ] = [",
"+ resPages$('#client-react').text(),",
"- 'should opt into the react@experimental when enabling $flag',",
"- async () => {",
"- resPages$('#client-react').text(),",
"... | [
8,
12,
17,
30,
33,
93,
105,
117,
143,
159
] | {
"additions": 76,
"author": "huozhi",
"deletions": 80,
"html_url": "https://github.com/vercel/next.js/pull/78038",
"issue_id": 78038,
"merged_at": "2025-04-10T23:36:20Z",
"omission_probability": 0.1,
"pr_number": 78038,
"repo": "vercel/next.js",
"title": "[test] separate rsc-basic tests",
"total_... |
324 | diff --git a/docs/01-app/03-building-your-application/07-configuring/index.mdx b/docs/01-app/03-building-your-application/07-configuring/index.mdx
deleted file mode 100644
index 1cbae5fdfb266..0000000000000
--- a/docs/01-app/03-building-your-application/07-configuring/index.mdx
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title... | diff --git a/docs/01-app/03-building-your-application/07-configuring/index.mdx b/docs/01-app/03-building-your-application/07-configuring/index.mdx
deleted file mode 100644
index 1cbae5fdfb266..0000000000000
--- a/docs/01-app/03-building-your-application/07-configuring/index.mdx
+++ /dev/null
@@ -1,8 +0,0 @@
-title: Con... | [] | [] | {
"additions": 2,
"author": "delbaoliveira",
"deletions": 9,
"html_url": "https://github.com/vercel/next.js/pull/78521",
"issue_id": 78521,
"merged_at": "2025-04-24T19:08:34Z",
"omission_probability": 0.1,
"pr_number": 78521,
"repo": "vercel/next.js",
"title": "Docs IA 2.0: Delete config page in app... |
325 | diff --git a/docs/01-app/01-getting-started/02-project-structure.mdx b/docs/01-app/01-getting-started/02-project-structure.mdx
index 085745f2137d4..bf1931022b151 100644
--- a/docs/01-app/01-getting-started/02-project-structure.mdx
+++ b/docs/01-app/01-getting-started/02-project-structure.mdx
@@ -31,22 +31,22 @@ Top-lev... | diff --git a/docs/01-app/01-getting-started/02-project-structure.mdx b/docs/01-app/01-getting-started/02-project-structure.mdx
index 085745f2137d4..bf1931022b151 100644
--- a/docs/01-app/01-getting-started/02-project-structure.mdx
+++ b/docs/01-app/01-getting-started/02-project-structure.mdx
@@ -31,22 +31,22 @@ Top-lev... | [
"-| | |",
"-| `next-env.d.ts` | TypeScript declaration file for Next.js |",
"+| [`.env.development`](/docs/app/gui... | [
8,
21,
34,
127,
128,
136,
467,
516,
691,
695,
697
] | {
"additions": 102,
"author": "delbaoliveira",
"deletions": 86,
"html_url": "https://github.com/vercel/next.js/pull/78500",
"issue_id": 78500,
"merged_at": "2025-04-24T18:40:55Z",
"omission_probability": 0.1,
"pr_number": 78500,
"repo": "vercel/next.js",
"title": "Docs IA 2.0: Move optimizing pages ... |
326 | diff --git a/packages/next/src/server/base-server.ts b/packages/next/src/server/base-server.ts
index 2b0ca1a8d2c47..9f6251c3212de 100644
--- a/packages/next/src/server/base-server.ts
+++ b/packages/next/src/server/base-server.ts
@@ -1720,9 +1720,11 @@ export default abstract class Server<
public async prepare(): Pro... | diff --git a/packages/next/src/server/base-server.ts b/packages/next/src/server/base-server.ts
index 2b0ca1a8d2c47..9f6251c3212de 100644
--- a/packages/next/src/server/base-server.ts
+++ b/packages/next/src/server/base-server.ts
@@ -1720,9 +1720,11 @@ export default abstract class Server<
public async prepare(): Pro... | [
"- if (this.preparedPromise === null) {",
"+export default async function Page() {",
"+const ORDERED_LOGS = [",
"+ 'instrumentation:side-effect',",
"+ // Wait for the timeout in the instrumentation to complete",
"+})",
"+ */"
] | [
8,
56,
69,
70,
84,
100,
127
] | {
"additions": 76,
"author": "huozhi",
"deletions": 2,
"html_url": "https://github.com/vercel/next.js/pull/78454",
"issue_id": 78454,
"merged_at": "2025-04-24T17:59:45Z",
"omission_probability": 0.1,
"pr_number": 78454,
"repo": "vercel/next.js",
"title": "[next-server] ensure prepare is done before ... |
327 | diff --git a/docs/01-app/01-getting-started/01-installation.mdx b/docs/01-app/01-getting-started/01-installation.mdx
index cb9b84d437a19..3654e5c296c0e 100644
--- a/docs/01-app/01-getting-started/01-installation.mdx
+++ b/docs/01-app/01-getting-started/01-installation.mdx
@@ -124,7 +124,7 @@ Both `layout.tsx` and `page... | diff --git a/docs/01-app/01-getting-started/01-installation.mdx b/docs/01-app/01-getting-started/01-installation.mdx
index cb9b84d437a19..3654e5c296c0e 100644
--- a/docs/01-app/01-getting-started/01-installation.mdx
+++ b/docs/01-app/01-getting-started/01-installation.mdx
@@ -124,7 +124,7 @@ Both `layout.tsx` and `page... | [
"+> - You can optionally use a [`src` folder](/docs/app/api-reference/file-conventions/src-folder) in the root of your project to separate your application's code from configuration files.",
"-### `src` directory",
"+Next.js supports storing application code (including `app`) inside an optional [`src` folder](/... | [
9,
30,
34,
64,
140
] | {
"additions": 25,
"author": "delbaoliveira",
"deletions": 20,
"html_url": "https://github.com/vercel/next.js/pull/78499",
"issue_id": 78499,
"merged_at": "2025-04-24T13:34:05Z",
"omission_probability": 0.1,
"pr_number": 78499,
"repo": "vercel/next.js",
"title": "Docs IA 2.0: Move `src` folder page ... |
328 | diff --git a/crates/next-core/src/next_import_map.rs b/crates/next-core/src/next_import_map.rs
index cf9bc88bcaadb..937dc1cd58cdc 100644
--- a/crates/next-core/src/next_import_map.rs
+++ b/crates/next-core/src/next_import_map.rs
@@ -196,19 +196,23 @@ pub async fn get_next_client_import_map(
&format... | diff --git a/crates/next-core/src/next_import_map.rs b/crates/next-core/src/next_import_map.rs
index cf9bc88bcaadb..937dc1cd58cdc 100644
--- a/crates/next-core/src/next_import_map.rs
+++ b/crates/next-core/src/next_import_map.rs
@@ -196,19 +196,23 @@ pub async fn get_next_client_import_map(
&format... | [] | [] | {
"additions": 33,
"author": "mischnic",
"deletions": 12,
"html_url": "https://github.com/vercel/next.js/pull/78447",
"issue_id": 78447,
"merged_at": "2025-04-24T12:16:22Z",
"omission_probability": 0.1,
"pr_number": 78447,
"repo": "vercel/next.js",
"title": "Turbopack: add app-dir alias for `next/*`... |
329 | diff --git a/test/turbopack-build-tests-manifest.json b/test/turbopack-build-tests-manifest.json
index 99c7634905c23..d7e3a210b9423 100644
--- a/test/turbopack-build-tests-manifest.json
+++ b/test/turbopack-build-tests-manifest.json
@@ -1544,6 +1544,18 @@
"flakey": [],
"runtimeError": false
},
+ "test/e2e... | diff --git a/test/turbopack-build-tests-manifest.json b/test/turbopack-build-tests-manifest.json
index 99c7634905c23..d7e3a210b9423 100644
--- a/test/turbopack-build-tests-manifest.json
+++ b/test/turbopack-build-tests-manifest.json
@@ -1544,6 +1544,18 @@
+ "test/e2e/app-dir/css-modules-data-urls/css-modules-data-urls... | [
"- \"Graceful Shutdown production (next start) should not accept new requests during shutdown cleanup when request is made before shutdown\",",
"- \"Graceful Shutdown production (standalone mode) should not accept new requests during shutdown cleanup when request is made before shutdown\","
] | [
65,
67
] | {
"additions": 30,
"author": "vercel-release-bot",
"deletions": 4,
"html_url": "https://github.com/vercel/next.js/pull/78491",
"issue_id": 78491,
"merged_at": "2025-04-24T12:14:38Z",
"omission_probability": 0.1,
"pr_number": 78491,
"repo": "vercel/next.js",
"title": "Update Turbopack production test... |
330 | diff --git a/packages/create-next-app/templates/app-tw/js/app/page.js b/packages/create-next-app/templates/app-tw/js/app/page.js
index 560d8bf8ad870..8d04cec62e71e 100644
--- a/packages/create-next-app/templates/app-tw/js/app/page.js
+++ b/packages/create-next-app/templates/app-tw/js/app/page.js
@@ -2,7 +2,7 @@ import ... | diff --git a/packages/create-next-app/templates/app-tw/js/app/page.js b/packages/create-next-app/templates/app-tw/js/app/page.js
index 560d8bf8ad870..8d04cec62e71e 100644
--- a/packages/create-next-app/templates/app-tw/js/app/page.js
+++ b/packages/create-next-app/templates/app-tw/js/app/page.js
app/page... | [] | [] | {
"additions": 12,
"author": "Marukome0743",
"deletions": 12,
"html_url": "https://github.com/vercel/next.js/pull/77271",
"issue_id": 77271,
"merged_at": "2025-04-09T23:46:50Z",
"omission_probability": 0.1,
"pr_number": 77271,
"repo": "vercel/next.js",
"title": "chore(cna): use short tailwind classn... |
331 | diff --git a/turbopack/crates/turbo-tasks-backend/src/backend/mod.rs b/turbopack/crates/turbo-tasks-backend/src/backend/mod.rs
index ebd28f41a63ef..b43c0c7e9405f 100644
--- a/turbopack/crates/turbo-tasks-backend/src/backend/mod.rs
+++ b/turbopack/crates/turbo-tasks-backend/src/backend/mod.rs
@@ -455,11 +455,11 @@ impl<... | diff --git a/turbopack/crates/turbo-tasks-backend/src/backend/mod.rs b/turbopack/crates/turbo-tasks-backend/src/backend/mod.rs
index ebd28f41a63ef..b43c0c7e9405f 100644
--- a/turbopack/crates/turbo-tasks-backend/src/backend/mod.rs
+++ b/turbopack/crates/turbo-tasks-backend/src/backend/mod.rs
@@ -455,11 +455,11 @@ impl<... | [
"+ done: false,",
"+ *done = true;",
"- done_event,"
] | [
31,
52,
69
] | {
"additions": 15,
"author": "sokra",
"deletions": 9,
"html_url": "https://github.com/vercel/next.js/pull/77922",
"issue_id": 77922,
"merged_at": "2025-04-10T06:22:07Z",
"omission_probability": 0.1,
"pr_number": 77922,
"repo": "vercel/next.js",
"title": "Turbopack: fix a bug where marking a task a c... |
332 | diff --git a/test/integration/css/test/css-modules.test.js b/test/integration/css/test/css-modules.test.js
index 66ce50ceb8440..45a7fb99fe5d6 100644
--- a/test/integration/css/test/css-modules.test.js
+++ b/test/integration/css/test/css-modules.test.js
@@ -1,6 +1,6 @@
/* eslint-env jest */
import cheerio from 'cheeri... | diff --git a/test/integration/css/test/css-modules.test.js b/test/integration/css/test/css-modules.test.js
index 66ce50ceb8440..45a7fb99fe5d6 100644
--- a/test/integration/css/test/css-modules.test.js
+++ b/test/integration/css/test/css-modules.test.js
@@ -1,6 +1,6 @@
/* eslint-env jest */
import cheerio from 'cheeri... | [
"-import { readdir, readFile, remove } from 'fs-extra'"
] | [
7
] | {
"additions": 22,
"author": "mischnic",
"deletions": 16,
"html_url": "https://github.com/vercel/next.js/pull/77970",
"issue_id": 77970,
"merged_at": "2025-04-10T06:29:55Z",
"omission_probability": 0.1,
"pr_number": 77970,
"repo": "vercel/next.js",
"title": "Fix CSS Data URL test on Turbopack",
"t... |
333 | diff --git a/test/turbopack-build-tests-manifest.json b/test/turbopack-build-tests-manifest.json
index bc7f934ebe8a4..17f1cbc1524bd 100644
--- a/test/turbopack-build-tests-manifest.json
+++ b/test/turbopack-build-tests-manifest.json
@@ -1438,6 +1438,15 @@
"flakey": [],
"runtimeError": false
},
+ "test/e2e... | diff --git a/test/turbopack-build-tests-manifest.json b/test/turbopack-build-tests-manifest.json
index bc7f934ebe8a4..17f1cbc1524bd 100644
--- a/test/turbopack-build-tests-manifest.json
+++ b/test/turbopack-build-tests-manifest.json
@@ -1438,6 +1438,15 @@
+ "test/e2e/app-dir/back-forward-cache/back-forward-cache.test.... | [
"+ \"test/e2e/turbopack-turbo-config-compatibility/index.test.ts\": {"
] | [
57
] | {
"additions": 39,
"author": "vercel-release-bot",
"deletions": 1,
"html_url": "https://github.com/vercel/next.js/pull/78007",
"issue_id": 78007,
"merged_at": "2025-04-10T07:36:32Z",
"omission_probability": 0.1,
"pr_number": 78007,
"repo": "vercel/next.js",
"title": "Update Turbopack production test... |
334 | diff --git a/test/turbopack-dev-tests-manifest.json b/test/turbopack-dev-tests-manifest.json
index 6136b0f17a0e9..7f19d7cfdc182 100644
--- a/test/turbopack-dev-tests-manifest.json
+++ b/test/turbopack-dev-tests-manifest.json
@@ -2009,6 +2009,7 @@
"Error Overlay for server components Class component used in Serve... | diff --git a/test/turbopack-dev-tests-manifest.json b/test/turbopack-dev-tests-manifest.json
index 6136b0f17a0e9..7f19d7cfdc182 100644
--- a/test/turbopack-dev-tests-manifest.json
+++ b/test/turbopack-dev-tests-manifest.json
@@ -2009,6 +2009,7 @@
"Error Overlay for server components Class component used in Serve... | [
"+ \"rsc-query-routing should contain rsc query in rsc request when rewrite the page\""
] | [
51
] | {
"additions": 40,
"author": "vercel-release-bot",
"deletions": 1,
"html_url": "https://github.com/vercel/next.js/pull/78008",
"issue_id": 78008,
"merged_at": "2025-04-10T07:46:35Z",
"omission_probability": 0.1,
"pr_number": 78008,
"repo": "vercel/next.js",
"title": "Update Turbopack development tes... |
335 | diff --git a/packages/next/src/build/utils.ts b/packages/next/src/build/utils.ts
index 43c04c9fc9269..5d321d1eb7129 100644
--- a/packages/next/src/build/utils.ts
+++ b/packages/next/src/build/utils.ts
@@ -1544,8 +1544,19 @@ export async function copyTracedFiles(
}
try {
const packageJsonPath = path.join(dist... | diff --git a/packages/next/src/build/utils.ts b/packages/next/src/build/utils.ts
index 43c04c9fc9269..5d321d1eb7129 100644
--- a/packages/next/src/build/utils.ts
+++ b/packages/next/src/build/utils.ts
@@ -1544,8 +1544,19 @@ export async function copyTracedFiles(
}
try {
const packageJsonPath = path.join(dist... | [
"+ 'package.json'"
] | [
18
] | {
"additions": 16,
"author": "ijjk",
"deletions": 3,
"html_url": "https://github.com/vercel/next.js/pull/77944",
"issue_id": 77944,
"merged_at": "2025-04-08T18:57:05Z",
"omission_probability": 0.1,
"pr_number": 77944,
"repo": "vercel/next.js",
"title": "Output server.mjs for standalone with type: mo... |
336 | diff --git a/packages/next/src/client/components/errors/attach-hydration-error-state.ts b/packages/next/src/client/components/errors/attach-hydration-error-state.ts
index 7624ffb8295b0..8292fde4c8e09 100644
--- a/packages/next/src/client/components/errors/attach-hydration-error-state.ts
+++ b/packages/next/src/client/c... | diff --git a/packages/next/src/client/components/errors/attach-hydration-error-state.ts b/packages/next/src/client/components/errors/attach-hydration-error-state.ts
index 7624ffb8295b0..8292fde4c8e09 100644
--- a/packages/next/src/client/components/errors/attach-hydration-error-state.ts
+++ b/packages/next/src/client/c... | [
"- // If the reactHydrationDiffSegments exists",
"-}",
"- hydrationMismatchType: 'tag' | 'text' | 'text-in-tag'"
] | [
24,
66,
176
] | {
"additions": 7,
"author": "eps1lon",
"deletions": 66,
"html_url": "https://github.com/vercel/next.js/pull/77929",
"issue_id": 77929,
"merged_at": "2025-04-10T08:43:30Z",
"omission_probability": 0.1,
"pr_number": 77929,
"repo": "vercel/next.js",
"title": "[dev-overlay] Remove unused hydration error... |
337 | diff --git a/test/e2e/app-dir/ppr-middleware-rewrite-force-dynamic-ssg-dynamic-params/app/[locale]/[...rest]/page.tsx b/test/e2e/app-dir/ppr-middleware-rewrite-force-dynamic-ssg-dynamic-params/app/[locale]/[...rest]/page.tsx
new file mode 100644
index 0000000000000..8ed2439d837c4
--- /dev/null
+++ b/test/e2e/app-dir/pp... | diff --git a/test/e2e/app-dir/ppr-middleware-rewrite-force-dynamic-ssg-dynamic-params/app/[locale]/[...rest]/page.tsx b/test/e2e/app-dir/ppr-middleware-rewrite-force-dynamic-ssg-dynamic-params/app/[locale]/[...rest]/page.tsx
index 0000000000000..8ed2439d837c4
+++ b/test/e2e/app-dir/ppr-middleware-rewrite-force-dynamic-... | [
"+export default async function CatchAll({",
"+ return <p>{JSON.stringify(received)}</p>",
"+ * @type {import('next').NextConfig}",
"+describe('ppr-middleware-rewrite-force-dynamic-generate-static-params', () => {"
] | [
8,
15,
97,
115
] | {
"additions": 96,
"author": "devjiwonchoi",
"deletions": 0,
"html_url": "https://github.com/vercel/next.js/pull/78012",
"issue_id": 78012,
"merged_at": "2025-04-10T09:31:35Z",
"omission_probability": 0.1,
"pr_number": 78012,
"repo": "vercel/next.js",
"title": "(DO NOT MERGE) test: page to have corr... |
338 | diff --git a/test/e2e/app-dir/css-order/app/nav.tsx b/test/e2e/app-dir/css-order/app/nav.tsx
index f8a129a6ea94c..11b90a82fefb5 100644
--- a/test/e2e/app-dir/css-order/app/nav.tsx
+++ b/test/e2e/app-dir/css-order/app/nav.tsx
@@ -159,6 +159,7 @@ export default function Nav() {
<Link
href={'/pages... | diff --git a/test/e2e/app-dir/css-order/app/nav.tsx b/test/e2e/app-dir/css-order/app/nav.tsx
index f8a129a6ea94c..11b90a82fefb5 100644
--- a/test/e2e/app-dir/css-order/app/nav.tsx
+++ b/test/e2e/app-dir/css-order/app/nav.tsx
@@ -159,6 +159,7 @@ export default function Nav() {
href={'/pages/partial-reversed... | [
"+ if (!isNextDev) {",
"+ : pageInfo.requests"
] | [
236,
246
] | {
"additions": 43,
"author": "sokra",
"deletions": 1,
"html_url": "https://github.com/vercel/next.js/pull/77285",
"issue_id": 77285,
"merged_at": "2025-04-10T10:14:01Z",
"omission_probability": 0.1,
"pr_number": 77285,
"repo": "vercel/next.js",
"title": "Turbopack: check css requests in test",
"to... |
339 | diff --git a/docs/01-app/05-api-reference/08-turbopack.mdx b/docs/01-app/05-api-reference/08-turbopack.mdx
index ac072f7702fc2..5a5743b58d10b 100644
--- a/docs/01-app/05-api-reference/08-turbopack.mdx
+++ b/docs/01-app/05-api-reference/08-turbopack.mdx
@@ -18,19 +18,19 @@ We built Turbopack to push the performance of N... | diff --git a/docs/01-app/05-api-reference/08-turbopack.mdx b/docs/01-app/05-api-reference/08-turbopack.mdx
index ac072f7702fc2..5a5743b58d10b 100644
--- a/docs/01-app/05-api-reference/08-turbopack.mdx
+++ b/docs/01-app/05-api-reference/08-turbopack.mdx
@@ -18,19 +18,19 @@ We built Turbopack to push the performance of N... | [
"-To enable Turbopack in your Next.js project, use the `--turbopack` flag when running the development server:"
] | [
8
] | {
"additions": 11,
"author": "delbaoliveira",
"deletions": 6,
"html_url": "https://github.com/vercel/next.js/pull/77730",
"issue_id": 77730,
"merged_at": "2025-04-10T10:17:41Z",
"omission_probability": 0.1,
"pr_number": 77730,
"repo": "vercel/next.js",
"title": "15.3 Docs: Turbopack for `build`",
... |
340 | diff --git a/docs/01-app/02-guides/index.mdx b/docs/01-app/02-guides/index.mdx
index 51be2796e7408..820b02619340c 100644
--- a/docs/01-app/02-guides/index.mdx
+++ b/docs/01-app/02-guides/index.mdx
@@ -50,10 +50,10 @@ description: Learn how to implement common UI patterns and use cases using Next.
### Testing
-- [V... | diff --git a/docs/01-app/02-guides/index.mdx b/docs/01-app/02-guides/index.mdx
index 51be2796e7408..820b02619340c 100644
--- a/docs/01-app/02-guides/index.mdx
+++ b/docs/01-app/02-guides/index.mdx
@@ -50,10 +50,10 @@ description: Learn how to implement common UI patterns and use cases using Next.
### Testing
-- [Vites... | [
"+- [Jest](/docs/app/guides/testing/jest)",
"+> **Good to know**: Next.js ignores CRA’s `public/manifest.json`, additional iconography, and [testing configuration](/docs/app/guides/testing) by default. If you need these, Next.js has support with its [Metadata API](/docs/app/building-your-application/optimizing/me... | [
13,
28
] | {
"additions": 18,
"author": "delbaoliveira",
"deletions": 18,
"html_url": "https://github.com/vercel/next.js/pull/78418",
"issue_id": 78418,
"merged_at": "2025-04-24T08:25:55Z",
"omission_probability": 0.1,
"pr_number": 78418,
"repo": "vercel/next.js",
"title": "Docs IA 2.0: Move testing guides",
... |
341 | diff --git a/turbopack/crates/turbopack-ecmascript/src/references/esm/base.rs b/turbopack/crates/turbopack-ecmascript/src/references/esm/base.rs
index 2d4ddd31547f0..aa6edae48152e 100644
--- a/turbopack/crates/turbopack-ecmascript/src/references/esm/base.rs
+++ b/turbopack/crates/turbopack-ecmascript/src/references/esm... | diff --git a/turbopack/crates/turbopack-ecmascript/src/references/esm/base.rs b/turbopack/crates/turbopack-ecmascript/src/references/esm/base.rs
index 2d4ddd31547f0..aa6edae48152e 100644
--- a/turbopack/crates/turbopack-ecmascript/src/references/esm/base.rs
+++ b/turbopack/crates/turbopack-ecmascript/src/references/esm... | [
"- module = *m;",
"+ esm_export: Option<ResolvedVc<Box<dyn EcmascriptChunkPlaceable>>>,",
"+async fn find_export_from_reexports(",
"+ {",
"+ );",
"+ // If we apply this logic to EcmascriptModuleAsset, we will resolve everything in the",
"+ .is_no... | [
103,
116,
121,
127,
132,
134,
137,
147,
148,
151,
184
] | {
"additions": 98,
"author": "kdy1",
"deletions": 8,
"html_url": "https://github.com/vercel/next.js/pull/78047",
"issue_id": 78047,
"merged_at": "2025-04-24T01:03:43Z",
"omission_probability": 0.1,
"pr_number": 78047,
"repo": "vercel/next.js",
"title": "feat(turbopack): Implement side-effect optimiz... |
342 | diff --git a/docs/01-app/03-building-your-application/06-optimizing/14-local-development.mdx b/docs/01-app/03-building-your-application/06-optimizing/14-local-development.mdx
index 545e86581dae9..074dbbc38fec4 100644
--- a/docs/01-app/03-building-your-application/06-optimizing/14-local-development.mdx
+++ b/docs/01-app... | diff --git a/docs/01-app/03-building-your-application/06-optimizing/14-local-development.mdx b/docs/01-app/03-building-your-application/06-optimizing/14-local-development.mdx
index 545e86581dae9..074dbbc38fec4 100644
--- a/docs/01-app/03-building-your-application/06-optimizing/14-local-development.mdx
+++ b/docs/01-app... | [
"+Both Create React App and Next.js default to webpack for bundling. Next.js also offers [Turbopack](/docs/app/api-reference/config/next-config-js/turbopack) for faster local development with:",
"-version: experimental",
"-| `moduleIds` | Assign module IDs ... | [
22,
38,
80,
90,
131,
199,
213,
215,
218,
243
] | {
"additions": 71,
"author": "wbinnssmith",
"deletions": 89,
"html_url": "https://github.com/vercel/next.js/pull/77853",
"issue_id": 77853,
"merged_at": "2025-04-09T14:32:32Z",
"omission_probability": 0.1,
"pr_number": 77853,
"repo": "vercel/next.js",
"title": "Turbopack: update docs for `config.tur... |
343 | diff --git a/crates/next-core/src/next_config.rs b/crates/next-core/src/next_config.rs
index 07e4977451a9a..34c70a1e2445a 100644
--- a/crates/next-core/src/next_config.rs
+++ b/crates/next-core/src/next_config.rs
@@ -730,6 +730,8 @@ pub struct ExperimentalConfig {
ppr: Option<ExperimentalPartialPrerendering>,
... | diff --git a/crates/next-core/src/next_config.rs b/crates/next-core/src/next_config.rs
index 07e4977451a9a..34c70a1e2445a 100644
--- a/crates/next-core/src/next_config.rs
+++ b/crates/next-core/src/next_config.rs
@@ -730,6 +730,8 @@ pub struct ExperimentalConfig {
ppr: Option<ExperimentalPartialPrerendering>,
... | [
"- const { ppr, taint, viewTransition } = config.experimental || {}",
"+ const { next } = nextTestSetup({",
"+ // None of the back/forward behavior has been implemented yet; this just",
"+})"
] | [
70,
159,
164,
172
] | {
"additions": 76,
"author": "acdlite",
"deletions": 3,
"html_url": "https://github.com/vercel/next.js/pull/77951",
"issue_id": 77951,
"merged_at": "2025-04-09T14:42:54Z",
"omission_probability": 0.1,
"pr_number": 77951,
"repo": "vercel/next.js",
"title": "Add experimental.routerBFCache to NextConfi... |
344 | diff --git a/errors/next-image-unconfigured-host.mdx b/errors/next-image-unconfigured-host.mdx
index a20a9b6eaadd9..019b39516ec41 100644
--- a/errors/next-image-unconfigured-host.mdx
+++ b/errors/next-image-unconfigured-host.mdx
@@ -13,15 +13,7 @@ Add the protocol, hostname, port, and pathname to the `images.remotePatt... | diff --git a/errors/next-image-unconfigured-host.mdx b/errors/next-image-unconfigured-host.mdx
index a20a9b6eaadd9..019b39516ec41 100644
--- a/errors/next-image-unconfigured-host.mdx
+++ b/errors/next-image-unconfigured-host.mdx
@@ -13,15 +13,7 @@ Add the protocol, hostname, port, and pathname to the `images.remotePatt... | [
"- ],"
] | [
16
] | {
"additions": 1,
"author": "styfle",
"deletions": 9,
"html_url": "https://github.com/vercel/next.js/pull/77977",
"issue_id": 77977,
"merged_at": "2025-04-09T15:32:37Z",
"omission_probability": 0.1,
"pr_number": 77977,
"repo": "vercel/next.js",
"title": "Revert \"docs: revert image 15.3 change until... |
345 | diff --git a/test/rspack-build-tests-manifest.json b/test/rspack-build-tests-manifest.json
index cf9a71f8d3349..9457238234eec 100644
--- a/test/rspack-build-tests-manifest.json
+++ b/test/rspack-build-tests-manifest.json
@@ -5732,10 +5732,11 @@
},
"test/e2e/app-dir/use-cache-unknown-cache-kind/use-cache-unknown-c... | diff --git a/test/rspack-build-tests-manifest.json b/test/rspack-build-tests-manifest.json
index cf9a71f8d3349..9457238234eec 100644
--- a/test/rspack-build-tests-manifest.json
+++ b/test/rspack-build-tests-manifest.json
@@ -5732,10 +5732,11 @@
"test/e2e/app-dir/use-cache-unknown-cache-kind/use-cache-unknown-cache-k... | [] | [] | {
"additions": 6,
"author": "vercel-release-bot",
"deletions": 4,
"html_url": "https://github.com/vercel/next.js/pull/77958",
"issue_id": 77958,
"merged_at": "2025-04-09T16:12:36Z",
"omission_probability": 0.1,
"pr_number": 77958,
"repo": "vercel/next.js",
"title": "Update bundler production test ma... |
346 | diff --git a/test/rspack-dev-tests-manifest.json b/test/rspack-dev-tests-manifest.json
index 4bf9e16ccaf63..797662f1acbbf 100644
--- a/test/rspack-dev-tests-manifest.json
+++ b/test/rspack-dev-tests-manifest.json
@@ -2213,12 +2213,13 @@
"Error Overlay for server components compiler errors in pages importing 'nex... | diff --git a/test/rspack-dev-tests-manifest.json b/test/rspack-dev-tests-manifest.json
index 4bf9e16ccaf63..797662f1acbbf 100644
--- a/test/rspack-dev-tests-manifest.json
+++ b/test/rspack-dev-tests-manifest.json
@@ -2213,12 +2213,13 @@
"Error Overlay for server components compiler errors in pages importing 'nex... | [
"+ ],",
"+ \"develop - app-dir - edge errros hmr should recover from build errors when client component error\",",
"- \"develop - app-dir - edge errros hmr should recover from build errors when client component error\"",
"+ \"app-dir action handling HMR should support updating the action\","... | [
10,
35,
39,
49
] | {
"additions": 32,
"author": "vercel-release-bot",
"deletions": 36,
"html_url": "https://github.com/vercel/next.js/pull/77959",
"issue_id": 77959,
"merged_at": "2025-04-09T16:14:37Z",
"omission_probability": 0.1,
"pr_number": 77959,
"repo": "vercel/next.js",
"title": "Update bundler development test... |
347 | diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt
index 89a9c7dda34454..7451611ff3270d 100644
--- a/runtime/doc/windows.txt
+++ b/runtime/doc/windows.txt
@@ -69,8 +69,9 @@ If a window is focusable, it is part of the "navigation stack", that is,
editor commands such as :windo, |CTRL-W|, etc., will consider... | diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt
index 89a9c7dda34454..7451611ff3270d 100644
--- a/runtime/doc/windows.txt
+++ b/runtime/doc/windows.txt
@@ -69,8 +69,9 @@ If a window is focusable, it is part of the "navigation stack", that is,
editor commands such as :windo, |CTRL-W|, etc., will consider... | [] | [] | {
"additions": 27,
"author": "neovim-backports[bot]",
"deletions": 4,
"html_url": "https://github.com/neovim/neovim/pull/33636",
"issue_id": 33636,
"merged_at": "2025-04-25T23:19:28Z",
"omission_probability": 0.1,
"pr_number": 33636,
"repo": "neovim/neovim",
"title": "fix(ui): exclude unfocusable wi... |
348 | diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt
index 89a9c7dda34454..7451611ff3270d 100644
--- a/runtime/doc/windows.txt
+++ b/runtime/doc/windows.txt
@@ -69,8 +69,9 @@ If a window is focusable, it is part of the "navigation stack", that is,
editor commands such as :windo, |CTRL-W|, etc., will consider... | diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt
index 89a9c7dda34454..7451611ff3270d 100644
--- a/runtime/doc/windows.txt
+++ b/runtime/doc/windows.txt
@@ -69,8 +69,9 @@ If a window is focusable, it is part of the "navigation stack", that is,
editor commands such as :windo, |CTRL-W|, etc., will consider... | [
"+ api.nvim_win_set_config(win, { focusable = true })"
] | [
52
] | {
"additions": 27,
"author": "luukvbaal",
"deletions": 4,
"html_url": "https://github.com/neovim/neovim/pull/33609",
"issue_id": 33609,
"merged_at": "2025-04-25T15:45:57Z",
"omission_probability": 0.1,
"pr_number": 33609,
"repo": "neovim/neovim",
"title": "fix(ui): exclude unfocusable windows from '... |
349 | diff --git a/runtime/compiler/gleam_build.vim b/runtime/compiler/gleam_build.vim
new file mode 100644
index 00000000000000..c2b1679b3c2eb1
--- /dev/null
+++ b/runtime/compiler/gleam_build.vim
@@ -0,0 +1,25 @@
+" Vim compiler file
+" Language: Gleam
+" Maintainer: Kirill Morozov <kirill@robotix.pro>
+" Based On: ... | diff --git a/runtime/compiler/gleam_build.vim b/runtime/compiler/gleam_build.vim
index 00000000000000..c2b1679b3c2eb1
+++ b/runtime/compiler/gleam_build.vim
@@ -0,0 +1,25 @@
+" Vim compiler file
+" Last Change: 2025 Apr 21
+if exists('current_compiler')
+let current_compiler = "gleam_build"
+CompilerSet makeprg=gleam\ ... | [
"+\" ┌─ /home/michael/root/projects/tutorials/gleam/try/code/src/main.gleam:19:18",
"+\" 19 │ Ok(tuple(name, spot))",
"+ setlocal smartindent",
"+let b:nroff_is_groff = 1",
"+let b:did_ftplugin = 1",
"+if exists(\"b:current_syntax\")",
"+syntax match gleamNumber \"\\<-\\=\\%(0\\|\\%(\\d\\|\\d_\\d\... | [
22,
24,
60,
88,
93,
137,
156,
159,
165,
167,
206
] | {
"additions": 163,
"author": "clason",
"deletions": 19,
"html_url": "https://github.com/neovim/neovim/pull/33632",
"issue_id": 33632,
"merged_at": "2025-04-25T08:58:49Z",
"omission_probability": 0.1,
"pr_number": 33632,
"repo": "neovim/neovim",
"title": "vim-patch: update runtime files",
"total_c... |
350 | diff --git a/test/functional/ui/popupmenu_spec.lua b/test/functional/ui/popupmenu_spec.lua
index a8721093e893ed..87a0d88976876d 100644
--- a/test/functional/ui/popupmenu_spec.lua
+++ b/test/functional/ui/popupmenu_spec.lua
@@ -6793,7 +6793,7 @@ describe('builtin popupmenu', function()
end
if multigrid the... | diff --git a/test/functional/ui/popupmenu_spec.lua b/test/functional/ui/popupmenu_spec.lua
index a8721093e893ed..87a0d88976876d 100644
--- a/test/functional/ui/popupmenu_spec.lua
+++ b/test/functional/ui/popupmenu_spec.lua
@@ -6793,7 +6793,7 @@ describe('builtin popupmenu', function()
api.nvim_input_mouse('rig... | [
"- {1:~ }|"
] | [
55
] | {
"additions": 3,
"author": "zeertzjq",
"deletions": 27,
"html_url": "https://github.com/neovim/neovim/pull/33628",
"issue_id": 33628,
"merged_at": "2025-04-25T07:19:09Z",
"omission_probability": 0.1,
"pr_number": 33628,
"repo": "neovim/neovim",
"title": "test(pum): remove two more duplicate screen ... |
351 | diff --git a/runtime/lua/vim/lsp/document_color.lua b/runtime/lua/vim/lsp/document_color.lua
index b03055c2337a05..1c2d9ecb67c06b 100644
--- a/runtime/lua/vim/lsp/document_color.lua
+++ b/runtime/lua/vim/lsp/document_color.lua
@@ -175,6 +175,18 @@ end
local function buf_enable(bufnr)
reset_bufstate(bufnr, true)
+... | diff --git a/runtime/lua/vim/lsp/document_color.lua b/runtime/lua/vim/lsp/document_color.lua
index b03055c2337a05..1c2d9ecb67c06b 100644
--- a/runtime/lua/vim/lsp/document_color.lua
+++ b/runtime/lua/vim/lsp/document_color.lua
@@ -175,6 +175,18 @@ end
local function buf_enable(bufnr)
reset_bufstate(bufnr, true)
+ ... | [
"- on_reload = function(_, buf)",
"- on_detach = function(_, buf)",
"- end,",
"-",
"- return bufstates[vim._resolve_bufnr(bufnr)].enabled",
"+ return bufstates[bufnr].enabled",
"+ return vim.lsp.document_color.is_enabled(vim.api.nvim_create_buf(false, true))"
] | [
33,
39,
43,
45,
53,
60,
77
] | {
"additions": 28,
"author": "MariaSolOs",
"deletions": 20,
"html_url": "https://github.com/neovim/neovim/pull/33611",
"issue_id": 33611,
"merged_at": "2025-04-24T19:03:44Z",
"omission_probability": 0.1,
"pr_number": 33611,
"repo": "neovim/neovim",
"title": "fix(lsp): ensure `bufstate` exists when i... |
352 | diff --git a/src/nvim/edit.c b/src/nvim/edit.c
index e6ed80bba81cb2..a6191be21db457 100644
--- a/src/nvim/edit.c
+++ b/src/nvim/edit.c
@@ -3458,7 +3458,7 @@ static bool ins_esc(int *count, int cmdchar, bool nomove)
showmode();
} else if (p_smd && (got_int || !skip_showmode())
&& !(p_ch == 0 && !ui... | diff --git a/src/nvim/edit.c b/src/nvim/edit.c
index e6ed80bba81cb2..a6191be21db457 100644
--- a/src/nvim/edit.c
+++ b/src/nvim/edit.c
@@ -3458,7 +3458,7 @@ static bool ins_esc(int *count, int cmdchar, bool nomove)
showmode();
} else if (p_smd && (got_int || !skip_showmode())
&& !(p_ch == 0 && !ui... | [] | [] | {
"additions": 19,
"author": "luukvbaal",
"deletions": 3,
"html_url": "https://github.com/neovim/neovim/pull/33607",
"issue_id": 33607,
"merged_at": "2025-04-24T19:11:49Z",
"omission_probability": 0.1,
"pr_number": 33607,
"repo": "neovim/neovim",
"title": "fix(messages): clear 'showmode' message aft... |
353 | diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index 6cebc77394cdb2..c95a16cd254355 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -3401,6 +3401,7 @@ getcompletion({pat}, {type} [, {filtered}]) *getcompletion()*
file file and directory names
file_in_path ... | diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index 6cebc77394cdb2..c95a16cd254355 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -3401,6 +3401,7 @@ getcompletion({pat}, {type} [, {filtered}]) *getcompletion()*
file file and directory names
file_in_path ... | [
"+ EXP_FILETYPECMD_ALL, ///< expand all :filetype values",
"+ EXPAND_FILETYPECMD_INDENT = 0x02,",
"+ char *p = skipwhite(arg);",
"+ if (*p == NUL) {",
"+ if (strncmp(p, \"indent\", 6) == 0) {",
"+ call assert_equal('\"filetype plugin', @:)"
] | [
41,
49,
67,
68,
80,
233
] | {
"additions": 118,
"author": "zeertzjq",
"deletions": 0,
"html_url": "https://github.com/neovim/neovim/pull/33602",
"issue_id": 33602,
"merged_at": "2025-04-24T00:50:33Z",
"omission_probability": 0.1,
"pr_number": 33602,
"repo": "neovim/neovim",
"title": "vim-patch:9.1.1340: cannot complete :filety... |
354 | diff --git a/src/nvim/insexpand.c b/src/nvim/insexpand.c
index 0b7b5c37c24898..3e206a2cf53fe0 100644
--- a/src/nvim/insexpand.c
+++ b/src/nvim/insexpand.c
@@ -2181,9 +2181,10 @@ static bool set_ctrl_x_mode(const int c)
static bool ins_compl_stop(const int c, const int prev_mode, bool retval)
{
// Remove pre-insert... | diff --git a/src/nvim/insexpand.c b/src/nvim/insexpand.c
index 0b7b5c37c24898..3e206a2cf53fe0 100644
--- a/src/nvim/insexpand.c
+++ b/src/nvim/insexpand.c
@@ -2181,9 +2181,10 @@ static bool set_ctrl_x_mode(const int c)
static bool ins_compl_stop(const int c, const int prev_mode, bool retval)
{
// Remove pre-insert... | [
"+ func CheckUndo()"
] | [
42
] | {
"additions": 44,
"author": "neovim-backports[bot]",
"deletions": 2,
"html_url": "https://github.com/neovim/neovim/pull/33601",
"issue_id": 33601,
"merged_at": "2025-04-24T00:45:05Z",
"omission_probability": 0.1,
"pr_number": 33601,
"repo": "neovim/neovim",
"title": "vim-patch:9.1.1337: Undo corrup... |
355 | diff --git a/src/nvim/insexpand.c b/src/nvim/insexpand.c
index ab8bf2eec81465..cd536144a0f0b2 100644
--- a/src/nvim/insexpand.c
+++ b/src/nvim/insexpand.c
@@ -2334,9 +2334,10 @@ static bool set_ctrl_x_mode(const int c)
static bool ins_compl_stop(const int c, const int prev_mode, bool retval)
{
// Remove pre-insert... | diff --git a/src/nvim/insexpand.c b/src/nvim/insexpand.c
index ab8bf2eec81465..cd536144a0f0b2 100644
--- a/src/nvim/insexpand.c
+++ b/src/nvim/insexpand.c
@@ -2334,9 +2334,10 @@ static bool set_ctrl_x_mode(const int c)
static bool ins_compl_stop(const int c, const int prev_mode, bool retval)
{
// Remove pre-insert... | [
"+ normal! obaz",
"+ bwipe!",
"+ delfunc CheckUndo"
] | [
39,
61,
72
] | {
"additions": 44,
"author": "zeertzjq",
"deletions": 2,
"html_url": "https://github.com/neovim/neovim/pull/33600",
"issue_id": 33600,
"merged_at": "2025-04-23T23:35:11Z",
"omission_probability": 0.1,
"pr_number": 33600,
"repo": "neovim/neovim",
"title": "vim-patch:9.1.1337: Undo corrupted with 'com... |
356 | diff --git a/src/nvim/tui/input.c b/src/nvim/tui/input.c
index 5a697322412947..533572427c4c64 100644
--- a/src/nvim/tui/input.c
+++ b/src/nvim/tui/input.c
@@ -643,24 +643,17 @@ static void handle_unknown_csi(TermInput *input, const TermKeyKey *key)
switch (initial) {
case '?':
// Kitty keyboard protoco... | diff --git a/src/nvim/tui/input.c b/src/nvim/tui/input.c
index 5a697322412947..533572427c4c64 100644
--- a/src/nvim/tui/input.c
+++ b/src/nvim/tui/input.c
@@ -643,24 +643,17 @@ static void handle_unknown_csi(TermInput *input, const TermKeyKey *key)
// Kitty keyboard protocol query response.
- input->key_e... | [
"+typedef struct {",
"+ tui->input.callbacks.primary_device_attr = tui_set_key_encoding;",
"-/// Disable the alternate screen and prepare for the TUI to close.",
"-/// Stop the terminal but allow it to restart later (like after suspend)",
"- cursor_goto(tui, tui->height - 1, 0);",
"+ LOOP_PROCESS_EVENT... | [
42,
96,
104,
159,
178,
190,
215,
239,
266
] | {
"additions": 89,
"author": "gpanders",
"deletions": 42,
"html_url": "https://github.com/neovim/neovim/pull/32151",
"issue_id": 32151,
"merged_at": "2025-04-22T12:18:34Z",
"omission_probability": 0.1,
"pr_number": 32151,
"repo": "neovim/neovim",
"title": "fix(tui): ensure all pending escape sequenc... |
357 | diff --git a/src/nvim/api/command.c b/src/nvim/api/command.c
index 4b93f09c61b3d1..ce51205d505d41 100644
--- a/src/nvim/api/command.c
+++ b/src/nvim/api/command.c
@@ -154,14 +154,12 @@ Dict(cmd) nvim_parse_cmd(String str, Dict(empty) *opts, Arena *arena, Error *err
char *name = (cmd != NULL ? cmd->uc_name : get_comm... | diff --git a/src/nvim/api/command.c b/src/nvim/api/command.c
index 4b93f09c61b3d1..ce51205d505d41 100644
--- a/src/nvim/api/command.c
+++ b/src/nvim/api/command.c
@@ -154,14 +154,12 @@ Dict(cmd) nvim_parse_cmd(String str, Dict(empty) *opts, Arena *arena, Error *err
char *name = (cmd != NULL ? cmd->uc_name : get_comm... | [] | [] | {
"additions": 6,
"author": "acehinnnqru",
"deletions": 12,
"html_url": "https://github.com/neovim/neovim/pull/33536",
"issue_id": 33536,
"merged_at": "2025-04-23T14:56:18Z",
"omission_probability": 0.1,
"pr_number": 33536,
"repo": "neovim/neovim",
"title": "fix(api): nvim_parse_cmd don't put key 'r... |
358 | diff --git a/src/nvim/ui_compositor.c b/src/nvim/ui_compositor.c
index c1e123c9258b31..e18e2a711d5c96 100644
--- a/src/nvim/ui_compositor.c
+++ b/src/nvim/ui_compositor.c
@@ -422,10 +422,12 @@ static void compose_line(Integer row, Integer startcol, Integer endcol, LineFlag
for (int i = col - (int)startcol; i < u... | diff --git a/src/nvim/ui_compositor.c b/src/nvim/ui_compositor.c
index c1e123c9258b31..e18e2a711d5c96 100644
--- a/src/nvim/ui_compositor.c
+++ b/src/nvim/ui_compositor.c
@@ -422,10 +422,12 @@ static void compose_line(Integer row, Integer startcol, Integer endcol, LineFlag
for (int i = col - (int)startcol; i < u... | [
"- bool thru = linebuf[i] == schar_from_ascii(' ') && bg_line[i] != NUL;",
"+ ## grid 1",
"+ repre{3:henderit in vol}uptate velit esse cillum |"
] | [
8,
42,
66
] | {
"additions": 45,
"author": "SkohTV",
"deletions": 3,
"html_url": "https://github.com/neovim/neovim/pull/32741",
"issue_id": 32741,
"merged_at": "2025-04-23T12:27:21Z",
"omission_probability": 0.1,
"pr_number": 32741,
"repo": "neovim/neovim",
"title": "fix(winblend): treat braille blank (\\u2800) a... |
359 | diff --git a/runtime/lua/vim/_meta/api.lua b/runtime/lua/vim/_meta/api.lua
index 6e60535a88688e..a205e9a44640e4 100644
--- a/runtime/lua/vim/_meta/api.lua
+++ b/runtime/lua/vim/_meta/api.lua
@@ -458,7 +458,7 @@ function vim.api.nvim_buf_get_lines(buffer, start, end_, strict_indexing) end
--- @see vim.api.nvim_buf_del_... | diff --git a/runtime/lua/vim/_meta/api.lua b/runtime/lua/vim/_meta/api.lua
index 6e60535a88688e..a205e9a44640e4 100644
--- a/runtime/lua/vim/_meta/api.lua
+++ b/runtime/lua/vim/_meta/api.lua
@@ -458,7 +458,7 @@ function vim.api.nvim_buf_get_lines(buffer, start, end_, strict_indexing) end
--- @see vim.api.nvim_buf_del_... | [] | [] | {
"additions": 11,
"author": "lewis6991",
"deletions": 1,
"html_url": "https://github.com/neovim/neovim/pull/33594",
"issue_id": 33594,
"merged_at": "2025-04-23T10:58:30Z",
"omission_probability": 0.1,
"pr_number": 33594,
"repo": "neovim/neovim",
"title": "feat: render tuple types for API methods",
... |
360 | diff --git a/runtime/lua/vim/snippet.lua b/runtime/lua/vim/snippet.lua
index e84a9e376a7cab..0d7dd6a0348fbe 100644
--- a/runtime/lua/vim/snippet.lua
+++ b/runtime/lua/vim/snippet.lua
@@ -278,15 +278,6 @@ local function select_tabstop(tabstop)
vim.api.nvim_feedkeys(keys, 'n', true)
end
- --- NOTE: We don't us... | diff --git a/runtime/lua/vim/snippet.lua b/runtime/lua/vim/snippet.lua
index e84a9e376a7cab..0d7dd6a0348fbe 100644
--- a/runtime/lua/vim/snippet.lua
+++ b/runtime/lua/vim/snippet.lua
@@ -278,15 +278,6 @@ local function select_tabstop(tabstop)
vim.api.nvim_feedkeys(keys, 'n', true)
- --- NOTE: We don't use `vim.ap... | [
"+ mode ~= 'n' and '<Esc>' or '',",
"+ ('<Cmd>call cursor(%s,%s)<CR>'):format(range[1] + 1, range[2] + 1),",
"+ feed('foo')"
] | [
34,
35,
55
] | {
"additions": 16,
"author": "neovim-backports[bot]",
"deletions": 16,
"html_url": "https://github.com/neovim/neovim/pull/33592",
"issue_id": 33592,
"merged_at": "2025-04-23T09:24:54Z",
"omission_probability": 0.1,
"pr_number": 33592,
"repo": "neovim/neovim",
"title": "fix(snippet): use <cmd>call cu... |
361 | diff --git a/runtime/lua/vim/snippet.lua b/runtime/lua/vim/snippet.lua
index e84a9e376a7cab..0d7dd6a0348fbe 100644
--- a/runtime/lua/vim/snippet.lua
+++ b/runtime/lua/vim/snippet.lua
@@ -278,15 +278,6 @@ local function select_tabstop(tabstop)
vim.api.nvim_feedkeys(keys, 'n', true)
end
- --- NOTE: We don't us... | diff --git a/runtime/lua/vim/snippet.lua b/runtime/lua/vim/snippet.lua
index e84a9e376a7cab..0d7dd6a0348fbe 100644
--- a/runtime/lua/vim/snippet.lua
+++ b/runtime/lua/vim/snippet.lua
@@ -278,15 +278,6 @@ local function select_tabstop(tabstop)
vim.api.nvim_feedkeys(keys, 'n', true)
- --- NOTE: We don't use `vim.ap... | [
"- --- @param row integer",
"- feedkeys('o<c-g><c-r>_')",
"+ mode ~= 'n' and '<Esc>' or '',",
"+ ('<Cmd>call cursor(%s,%s)<CR>'):format(range[1] + 1, range[2] + 1),"
] | [
11,
30,
34,
35
] | {
"additions": 16,
"author": "luukvbaal",
"deletions": 16,
"html_url": "https://github.com/neovim/neovim/pull/33582",
"issue_id": 33582,
"merged_at": "2025-04-23T08:58:23Z",
"omission_probability": 0.1,
"pr_number": 33582,
"repo": "neovim/neovim",
"title": "fix(snippet): use <cmd>call cursor() for v... |
362 | diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index d913df7e2f1b9f..29f68dbd0205f9 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -1129,6 +1129,13 @@ functions with [[ and ]]. Move around comments with ]" and [".
The mappings can be disabled with: >
let g:no_vim_maps = 1
... | diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index d913df7e2f1b9f..29f68dbd0205f9 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -1129,6 +1129,13 @@ functions with [[ and ]]. Move around comments with ]" and [".
The mappings can be disabled with: >
let g:no_vim_maps = 1
... | [
"-\" Last Change: 2024 Oct 04",
"+\" 2025 Apr 22 by Vim project re-order b:undo_ftplugin (#17179)",
"- setlocal shiftwidth=2 softtabstop=2",
"- elseif prev_line =~ s:rule_rx"
] | [
26,
28,
61,
119
] | {
"additions": 71,
"author": "clason",
"deletions": 15,
"html_url": "https://github.com/neovim/neovim/pull/33583",
"issue_id": 33583,
"merged_at": "2025-04-23T06:37:36Z",
"omission_probability": 0.1,
"pr_number": 33583,
"repo": "neovim/neovim",
"title": "vim-patch: update runtime files",
"total_ch... |
363 | diff --git a/src/nvim/autocmd.c b/src/nvim/autocmd.c
index 1246b2fc5ce410..d795dd2aa74cf2 100644
--- a/src/nvim/autocmd.c
+++ b/src/nvim/autocmd.c
@@ -1050,9 +1050,10 @@ int autocmd_register(int64_t id, event_T event, const char *pat, int patlen, int
get_mode(last_mode);
}
- // If the event is CursorMo... | diff --git a/src/nvim/autocmd.c b/src/nvim/autocmd.c
index 1246b2fc5ce410..d795dd2aa74cf2 100644
--- a/src/nvim/autocmd.c
+++ b/src/nvim/autocmd.c
@@ -1050,9 +1050,10 @@ int autocmd_register(int64_t id, event_T event, const char *pat, int patlen, int
get_mode(last_mode);
- // If the event is CursorMoved, upda... | [
"+ eq(1, eval('g:cursormoved'))",
"+ end)",
"+ it('is not triggered by cursor movement prior to first CursorMovedI instantiation', function()"
] | [
44,
45,
51
] | {
"additions": 28,
"author": "neovim-backports[bot]",
"deletions": 3,
"html_url": "https://github.com/neovim/neovim/pull/33590",
"issue_id": 33590,
"merged_at": "2025-04-23T03:47:35Z",
"omission_probability": 0.1,
"pr_number": 33590,
"repo": "neovim/neovim",
"title": "fix(events): avoid superfluous ... |
364 | diff --git a/src/nvim/autocmd.c b/src/nvim/autocmd.c
index 1246b2fc5ce410..d795dd2aa74cf2 100644
--- a/src/nvim/autocmd.c
+++ b/src/nvim/autocmd.c
@@ -1050,9 +1050,10 @@ int autocmd_register(int64_t id, event_T event, const char *pat, int patlen, int
get_mode(last_mode);
}
- // If the event is CursorMo... | diff --git a/src/nvim/autocmd.c b/src/nvim/autocmd.c
index 1246b2fc5ce410..d795dd2aa74cf2 100644
--- a/src/nvim/autocmd.c
+++ b/src/nvim/autocmd.c
@@ -1050,9 +1050,10 @@ int autocmd_register(int64_t id, event_T event, const char *pat, int patlen, int
get_mode(last_mode);
- // If the event is CursorMoved, upda... | [
"+ eq(1, eval('g:cursormoved'))",
"+ it('is not triggered by cursor movement prior to first CursorMovedI instantiation', function()",
"+ eq({}, api.nvim_get_autocmds({ event = 'CursorMovedI' }))"
] | [
44,
51,
52
] | {
"additions": 28,
"author": "zeertzjq",
"deletions": 3,
"html_url": "https://github.com/neovim/neovim/pull/33588",
"issue_id": 33588,
"merged_at": "2025-04-23T03:20:21Z",
"omission_probability": 0.1,
"pr_number": 33588,
"repo": "neovim/neovim",
"title": "fix(events): avoid superfluous CursorMovedI ... |
365 | diff --git a/runtime/syntax/vim.vim b/runtime/syntax/vim.vim
index fdf2b425ac9249..53a2dd7a2f5fa9 100644
--- a/runtime/syntax/vim.vim
+++ b/runtime/syntax/vim.vim
@@ -73,8 +73,13 @@ syn match vimOptionVarName contained "t_k;"
syn keyword vimErrSetting contained akm altkeymap anti antialias ap autoprint bf beautify b... | diff --git a/runtime/syntax/vim.vim b/runtime/syntax/vim.vim
index fdf2b425ac9249..53a2dd7a2f5fa9 100644
--- a/runtime/syntax/vim.vim
+++ b/runtime/syntax/vim.vim
@@ -73,8 +73,13 @@ syn match vimOptionVarName contained "t_k;"
syn keyword vimErrSetting contained akm altkeymap anti antialias ap autoprint bf beautify b... | [
"-else",
"- syn region vimAugroup\tstart=\"\\<aug\\%[roup]\\>\\ze\\s\\+\\%([eE][nN][dD]\\)\\@!\\S\\+\" matchgroup=vimAugroupKey end=\"\\<aug\\%[roup]\\>\\ze\\s\\+[eE][nN][dD]\\>\" contains=vimAutoCmd,@vimAugroupList,vimAugroupkey skipwhite nextgroup=vimAugroupEnd",
"+ \\ end=\"\\<aug\\%[roup]\\>\\ze\\s\\... | [
35,
36,
43,
47,
59,
76,
84,
87,
101,
105,
117,
121,
136,
143,
150,
189,
203,
211,
240
] | {
"additions": 145,
"author": "zeertzjq",
"deletions": 31,
"html_url": "https://github.com/neovim/neovim/pull/33586",
"issue_id": 33586,
"merged_at": "2025-04-23T01:31:09Z",
"omission_probability": 0.1,
"pr_number": 33586,
"repo": "neovim/neovim",
"title": "vim-patch:fa3b104: runtime(vim): Update ba... |
366 | diff --git a/src/nvim/tui/input.c b/src/nvim/tui/input.c
index 1f73f2d135c738..14a6f452bcbfe6 100644
--- a/src/nvim/tui/input.c
+++ b/src/nvim/tui/input.c
@@ -642,24 +642,17 @@ static void handle_unknown_csi(TermInput *input, const TermKeyKey *key)
switch (initial) {
case '?':
// Kitty keyboard protoco... | diff --git a/src/nvim/tui/input.c b/src/nvim/tui/input.c
index 1f73f2d135c738..14a6f452bcbfe6 100644
--- a/src/nvim/tui/input.c
+++ b/src/nvim/tui/input.c
@@ -642,24 +642,17 @@ static void handle_unknown_csi(TermInput *input, const TermKeyKey *key)
// Kitty keyboard protocol query response.
- input->key_e... | [
"+/// Disable various terminal modes and other features.",
"+ flush_buf(tui);",
"+/// Disable the alternate screen and prepare for the TUI to close.",
"-/// Stop the terminal but allow it to restart later (like after suspend)",
"-static void tui_terminal_stop(TUIData *tui)",
"+/// terminfo_disable.",
"... | [
106,
128,
131,
159,
160,
214,
221,
266
] | {
"additions": 89,
"author": "neovim-backports[bot]",
"deletions": 42,
"html_url": "https://github.com/neovim/neovim/pull/33574",
"issue_id": 33574,
"merged_at": "2025-04-22T12:51:47Z",
"omission_probability": 0.1,
"pr_number": 33574,
"repo": "neovim/neovim",
"title": "fix(tui): ensure all pending e... |
367 | diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index ad1481e304cdc3..47b636f2845368 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -133,6 +133,7 @@ OPTIONS
• 'completefuzzycollect' enables fuzzy collection of candidates for (some)
|ins-completion| modes.
+• 'autowriteall' write all buff... | diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index ad1481e304cdc3..47b636f2845368 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -133,6 +133,7 @@ OPTIONS
• 'completefuzzycollect' enables fuzzy collection of candidates for (some)
|ins-completion| modes.
PERFORMANCE
diff --git a/src/nvim... | [
"+• 'autowriteall' write all buffers upon receiving `SIGHUP`, `SIGQUIT` or `SIGTSTP`.",
"+#include \"nvim/ex_cmds2.h\"",
"+ if (p_awa && signum != SIGTERM) {",
"+ local function test_deadly_sig(signame, awa, should_write)",
"+ local testfile = 'Xtest_SIG' .. signame .. (awa and '_awa' or '_noawa')",
... | [
8,
20,
85,
124,
125,
132,
135,
137,
193
] | {
"additions": 79,
"author": "SkohTV",
"deletions": 8,
"html_url": "https://github.com/neovim/neovim/pull/32843",
"issue_id": 32843,
"merged_at": "2025-03-31T13:14:45Z",
"omission_probability": 0.1,
"pr_number": 32843,
"repo": "neovim/neovim",
"title": "feat(editor): 'autowriteall' on SIGHUP/SIGQUIT... |
368 | diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index da438622d998cb..eecf558c516cf5 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -2777,8 +2777,11 @@ nvim_buf_get_extmarks({buffer}, {ns_id}, {start}, {end}, {opts})
vim.api.nvim_buf_get_extmarks(0, my_ns, {0,0}, {-1,-1}, {})
<
- If... | diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index da438622d998cb..eecf558c516cf5 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -2777,8 +2777,11 @@ nvim_buf_get_extmarks({buffer}, {ns_id}, {start}, {end}, {opts})
vim.api.nvim_buf_get_extmarks(0, my_ns, {0,0}, {-1,-1}, {})
<
- If `... | [
"+/// If `end` is less than `start`, marks are returned in reverse order.",
"+///",
"+ size_t rv_limit = (size_t)limit;",
"- for (size_t i = 0; i < kv_size(marks); i++) {",
"-/// reverse can be set to control the order of the array",
"- if (reverse) {",
"- -- prevrange with limit",
"+ -- re... | [
46,
48,
69,
87,
109,
143,
188,
189
] | {
"additions": 62,
"author": "neovim-backports[bot]",
"deletions": 41,
"html_url": "https://github.com/neovim/neovim/pull/33569",
"issue_id": 33569,
"merged_at": "2025-04-21T23:49:27Z",
"omission_probability": 0.1,
"pr_number": 33569,
"repo": "neovim/neovim",
"title": "fix(api): wrong return value w... |
369 | diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index 4d368c64266ed4..5f4fdf54c2e89e 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -2777,8 +2777,11 @@ nvim_buf_get_extmarks({buffer}, {ns_id}, {start}, {end}, {opts})
vim.api.nvim_buf_get_extmarks(0, my_ns, {0,0}, {-1,-1}, {})
<
- If... | diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index 4d368c64266ed4..5f4fdf54c2e89e 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -2777,8 +2777,11 @@ nvim_buf_get_extmarks({buffer}, {ns_id}, {start}, {end}, {opts})
vim.api.nvim_buf_get_extmarks(0, my_ns, {0,0}, {-1,-1}, {})
<
- If `... | [
"+/// Note: For a reverse range, `limit` does not actually affect the traversed",
"- ADD_C(rv, ARRAY_OBJ(extmark_to_array(kv_A(marks, i), true, details, hl_name, arena)));",
"- colnr_T u_col, int64_t amount, bool reverse, ExtmarkType type_filter,",
"+ itr... | [
49,
88,
112,
123,
126,
143,
177,
226,
243
] | {
"additions": 62,
"author": "luukvbaal",
"deletions": 41,
"html_url": "https://github.com/neovim/neovim/pull/32956",
"issue_id": 32956,
"merged_at": "2025-04-21T23:18:03Z",
"omission_probability": 0.1,
"pr_number": 32956,
"repo": "neovim/neovim",
"title": "fix(api): wrong return value with reverse ... |
370 | diff --git a/src/nvim/option.c b/src/nvim/option.c
index 3d4c2e65f9b3fb..3a7a8bf16742c2 100644
--- a/src/nvim/option.c
+++ b/src/nvim/option.c
@@ -1277,10 +1277,10 @@ static void do_one_set_option(int opt_flags, char **argp, bool *did_show, char *
if (*did_show) {
msg_putchar('\n'); // cursor... | diff --git a/src/nvim/option.c b/src/nvim/option.c
index 3d4c2e65f9b3fb..3a7a8bf16742c2 100644
--- a/src/nvim/option.c
+++ b/src/nvim/option.c
@@ -1277,10 +1277,10 @@ static void do_one_set_option(int opt_flags, char **argp, bool *did_show, char *
if (*did_show) {
msg_putchar('\n'); // cursor... | [
"+ },"
] | [
55
] | {
"additions": 22,
"author": "neovim-backports[bot]",
"deletions": 6,
"html_url": "https://github.com/neovim/neovim/pull/33568",
"issue_id": 33568,
"merged_at": "2025-04-21T16:23:38Z",
"omission_probability": 0.1,
"pr_number": 33568,
"repo": "neovim/neovim",
"title": "fix(messages): single msg_show ... |
371 | diff --git a/src/nvim/option.c b/src/nvim/option.c
index 643ac24e43c0fc..5299d2a237127b 100644
--- a/src/nvim/option.c
+++ b/src/nvim/option.c
@@ -1282,10 +1282,10 @@ static void do_one_set_option(int opt_flags, char **argp, bool *did_show, char *
if (*did_show) {
msg_putchar('\n'); // cursor... | diff --git a/src/nvim/option.c b/src/nvim/option.c
index 643ac24e43c0fc..5299d2a237127b 100644
--- a/src/nvim/option.c
+++ b/src/nvim/option.c
@@ -1282,10 +1282,10 @@ static void do_one_set_option(int opt_flags, char **argp, bool *did_show, char *
if (*did_show) {
msg_putchar('\n'); // cursor... | [
"+"
] | [
41
] | {
"additions": 22,
"author": "luukvbaal",
"deletions": 6,
"html_url": "https://github.com/neovim/neovim/pull/33555",
"issue_id": 33555,
"merged_at": "2025-04-21T14:51:47Z",
"omission_probability": 0.1,
"pr_number": 33555,
"repo": "neovim/neovim",
"title": "fix(messages): single msg_show event for mu... |
372 | diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt
index c580c55a5e97a1..2dcf915428e84e 100644
--- a/runtime/doc/lua.txt
+++ b/runtime/doc/lua.txt
@@ -1031,16 +1031,13 @@ vim.stricmp({a}, {b}) *vim.stricmp()*
(`0|1|-1`) if strings are equal, {a} is greater than {b} ... | diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt
index c580c55a5e97a1..2dcf915428e84e 100644
--- a/runtime/doc/lua.txt
+++ b/runtime/doc/lua.txt
@@ -1031,16 +1031,13 @@ vim.stricmp({a}, {b}) *vim.stricmp()*
(`0|1|-1`) if strings are equal, {a} is greater than {b} ... | [
"+--- enable events for the respective UI element.",
"+ } else {",
"- ext_widgets[i] = val;",
"- goto ok;",
"+ set_option_value(kOptCmdheight, NUMBER_OPTVAL(had_message), 0);"
] | [
73,
108,
117,
118,
148
] | {
"additions": 44,
"author": "luukvbaal",
"deletions": 20,
"html_url": "https://github.com/neovim/neovim/pull/33546",
"issue_id": 33546,
"merged_at": "2025-04-21T13:38:23Z",
"omission_probability": 0.1,
"pr_number": 33546,
"repo": "neovim/neovim",
"title": "feat(ui): avoid setting 'cmdheight' with v... |
373 | diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index e1165b6d31bdbb..82e9d0223e3fa1 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -78,10 +78,6 @@ LUA
OPTIONS
-• 'chistory' and 'lhistory' set size of the |quickfix-stack|.
-• 'completeopt' flag "nearset" sorts completion results by distan... | diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index e1165b6d31bdbb..82e9d0223e3fa1 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -78,10 +78,6 @@ LUA
-• 'chistory' and 'lhistory' set size of the |quickfix-stack|.
-• 'completeopt' flag "nearset" sorts completion results by distance to cursor.... | [
"+• 'spellfile' location defaults to `stdpath(\"data\")..\"/site/spell/\"` instead of"
] | [
45
] | {
"additions": 5,
"author": "zeertzjq",
"deletions": 7,
"html_url": "https://github.com/neovim/neovim/pull/33566",
"issue_id": 33566,
"merged_at": "2025-04-21T12:20:05Z",
"omission_probability": 0.1,
"pr_number": 33566,
"repo": "neovim/neovim",
"title": "docs(news): fix incorrect placements",
"tot... |
374 | diff --git a/src/nvim/edit.c b/src/nvim/edit.c
index d176c98ed18805..e6ed80bba81cb2 100644
--- a/src/nvim/edit.c
+++ b/src/nvim/edit.c
@@ -1638,7 +1638,7 @@ void change_indent(int type, int amount, int round, bool call_changed_bytes)
// MODE_VREPLACE state needs to know what the line was like before changing
if... | diff --git a/src/nvim/edit.c b/src/nvim/edit.c
index d176c98ed18805..e6ed80bba81cb2 100644
--- a/src/nvim/edit.c
+++ b/src/nvim/edit.c
@@ -1638,7 +1638,7 @@ void change_indent(int type, int amount, int round, bool call_changed_bytes)
// MODE_VREPLACE state needs to know what the line was like before changing
+ or... | [
"- orig_line = xstrdup(get_cursor_line_ptr()); // Deal with NULL below",
"- int line_len = (int)strlen(p) + 1;",
"+ int old_len = ml_get_len(lnum);",
"- int len = (int)strlen(buf);",
"- if ((strncmp(buf, p, (size_t)len) == 0) && ascii_iswhite_or_nul(p[len])) {"
] | [
8,
40,
48,
73,
75
] | {
"additions": 8,
"author": "zeertzjq",
"deletions": 8,
"html_url": "https://github.com/neovim/neovim/pull/33563",
"issue_id": 33563,
"merged_at": "2025-04-21T11:16:29Z",
"omission_probability": 0.1,
"pr_number": 33563,
"repo": "neovim/neovim",
"title": "vim-patch:9.1.1328: too many strlen() calls i... |
375 | diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index a17d6dd03d6f17..ff46716477120e 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -835,6 +835,7 @@ local extension = {
nix = 'nix',
norg = 'norg',
nqc = 'nqc',
+ ['0'] = detect.nroff,
['1'] = detect.... | diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index a17d6dd03d6f17..ff46716477120e 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -835,6 +835,7 @@ local extension = {
nix = 'nix',
norg = 'norg',
nqc = 'nqc',
+ ['0'] = detect.nroff,
['1'] = detect.... | [
"+ ['0p'] = detect.nroff,",
"+ ['5x'] = detect.nroff,",
"+ call writefile(['. /etc/profile'], 'Xfile.1', 'D')"
] | [
16,
23,
87
] | {
"additions": 50,
"author": "zeertzjq",
"deletions": 1,
"html_url": "https://github.com/neovim/neovim/pull/33561",
"issue_id": 33561,
"merged_at": "2025-04-21T11:09:30Z",
"omission_probability": 0.1,
"pr_number": 33561,
"repo": "neovim/neovim",
"title": "vim-patch:9.1.{1304,1327}: filetype: some ma... |
376 | diff --git a/src/gen/gen_vimdoc.lua b/src/gen/gen_vimdoc.lua
index 2bcb675349141a..c9b260b6f6acd4 100755
--- a/src/gen/gen_vimdoc.lua
+++ b/src/gen/gen_vimdoc.lua
@@ -983,11 +983,13 @@ local function gen_target(cfg)
--- First pass so we can collect all classes
for _, f in vim.spairs(cfg.files) do
- local ext... | diff --git a/src/gen/gen_vimdoc.lua b/src/gen/gen_vimdoc.lua
index 2bcb675349141a..c9b260b6f6acd4 100755
--- a/src/gen/gen_vimdoc.lua
+++ b/src/gen/gen_vimdoc.lua
@@ -983,11 +983,13 @@ local function gen_target(cfg)
--- First pass so we can collect all classes
for _, f in vim.spairs(cfg.files) do
- local ext =... | [] | [] | {
"additions": 7,
"author": "luukvbaal",
"deletions": 5,
"html_url": "https://github.com/neovim/neovim/pull/33547",
"issue_id": 33547,
"merged_at": "2025-04-21T08:15:33Z",
"omission_probability": 0.1,
"pr_number": 33547,
"repo": "neovim/neovim",
"title": "fix(gen_vimdoc): unnecessary assert for non-... |
377 | diff --git a/src/nvim/tag.c b/src/nvim/tag.c
index ee6b0863f33345..28a7106630b614 100644
--- a/src/nvim/tag.c
+++ b/src/nvim/tag.c
@@ -1250,6 +1250,7 @@ static int find_tagfunc_tags(char *pat, garray_T *ga, int *match_count, int flag
pos_T save_pos = curwin->w_cursor;
int result = callback_call(&curbuf->b_tfu_cb,... | diff --git a/src/nvim/tag.c b/src/nvim/tag.c
index ee6b0863f33345..28a7106630b614 100644
--- a/src/nvim/tag.c
+++ b/src/nvim/tag.c
@@ -1250,6 +1250,7 @@ static int find_tagfunc_tags(char *pat, garray_T *ga, int *match_count, int flag
pos_T save_pos = curwin->w_cursor;
int result = callback_call(&curbuf->b_tfu_cb,... | [
"+ endfunc",
"+ call taglist('.')"
] | [
29,
31
] | {
"additions": 20,
"author": "zeertzjq",
"deletions": 0,
"html_url": "https://github.com/neovim/neovim/pull/33556",
"issue_id": 33556,
"merged_at": "2025-04-20T23:04:03Z",
"omission_probability": 0.1,
"pr_number": 33556,
"repo": "neovim/neovim",
"title": "vim-patch:9.1.1326: invalid cursor position ... |
378 | diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index 9b3e1526b2df45..a17d6dd03d6f17 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -345,6 +345,8 @@ local extension = {
tcc = 'cpp',
hxx = 'cpp',
hpp = 'cpp',
+ ixx = 'cpp',
+ mpp = 'cpp',
ccm = 'cpp... | diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index 9b3e1526b2df45..a17d6dd03d6f17 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -345,6 +345,8 @@ local extension = {
tcc = 'cpp',
hxx = 'cpp',
hpp = 'cpp',
+ ixx = 'cpp',
+ mpp = 'cpp',
ccm = 'cpp... | [
"+ \\ 'cpp': ['file.cxx', 'file.c++', 'file.hh', 'file.hxx', 'file.hpp', 'file.ipp', 'file.ixx', 'file.moc', 'file.tcc', 'file.inl', 'file.tlh', 'file.cppm', 'file.ccm', 'file.cxxm', 'file.c++m', 'file.mpp'],"
] | [
33
] | {
"additions": 10,
"author": "clason",
"deletions": 2,
"html_url": "https://github.com/neovim/neovim/pull/33530",
"issue_id": 33530,
"merged_at": "2025-04-19T08:52:12Z",
"omission_probability": 0.1,
"pr_number": 33530,
"repo": "neovim/neovim",
"title": "vim-patch:9.1.1321: filetype: MS ixx and mpp f... |
379 | diff --git a/test/functional/api/window_spec.lua b/test/functional/api/window_spec.lua
index 2a0583b4e73379..2ad3961d2c3b65 100644
--- a/test/functional/api/window_spec.lua
+++ b/test/functional/api/window_spec.lua
@@ -1244,13 +1244,13 @@ describe('API/win', function()
eq({ all = 5, fill = 2 }, api.nvim_win_text... | diff --git a/test/functional/api/window_spec.lua b/test/functional/api/window_spec.lua
index 2a0583b4e73379..2ad3961d2c3b65 100644
--- a/test/functional/api/window_spec.lua
+++ b/test/functional/api/window_spec.lua
@@ -1244,13 +1244,13 @@ describe('API/win', function()
eq({ all = 5, fill = 2 }, api.nvim_win_text... | [] | [] | {
"additions": 7,
"author": "zeertzjq",
"deletions": 7,
"html_url": "https://github.com/neovim/neovim/pull/33535",
"issue_id": 33535,
"merged_at": "2025-04-19T05:14:34Z",
"omission_probability": 0.1,
"pr_number": 33535,
"repo": "neovim/neovim",
"title": "test(api/window_spec): check start_vcol on fo... |
380 | diff --git a/test/functional/api/window_spec.lua b/test/functional/api/window_spec.lua
index 34b3b2dbe088d9..2a0583b4e73379 100644
--- a/test/functional/api/window_spec.lua
+++ b/test/functional/api/window_spec.lua
@@ -1201,6 +1201,57 @@ describe('API/win', function()
api.nvim_win_text_height(0, { start_row = ... | diff --git a/test/functional/api/window_spec.lua b/test/functional/api/window_spec.lua
index 34b3b2dbe088d9..2a0583b4e73379 100644
--- a/test/functional/api/window_spec.lua
+++ b/test/functional/api/window_spec.lua
@@ -1201,6 +1201,57 @@ describe('API/win', function()
api.nvim_win_text_height(0, { start_row = ... | [
"+ VIRT LINE 3 |",
"+ 8 |"
] | [
37,
39
] | {
"additions": 51,
"author": "zeertzjq",
"deletions": 0,
"html_url": "https://github.com/neovim/neovim/pull/33529",
"issue_id": 33529,
"merged_at": "2025-04-19T01:00:46Z",
"omission_probability": 0.1,
"pr_number": 33529,
"repo": "neovim/neovim",
"title": "test(api): nvim_win_text_height with virt_li... |
381 | diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 4b98f487d30c52..da4d1e7f20a593 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1590,8 +1590,10 @@ A jump table for the options with a short description can be found at |Q_op|.
Useful when there is additional information a... | diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 4b98f487d30c52..da4d1e7f20a593 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1590,8 +1590,10 @@ A jump table for the options with a short description can be found at |Q_op|.
Useful when there is additional information a... | [
"-\t nearest Matches are presented in order of proximity to the cursor"
] | [
8
] | {
"additions": 12,
"author": "zeertzjq",
"deletions": 4,
"html_url": "https://github.com/neovim/neovim/pull/33534",
"issue_id": 33534,
"merged_at": "2025-04-19T00:42:48Z",
"omission_probability": 0.1,
"pr_number": 33534,
"repo": "neovim/neovim",
"title": "vim-patch:cb3b752: runtime(doc): clarify \"n... |
382 | diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index 7312177b998a92..e1d508fd8743b3 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -7392,7 +7392,8 @@ printf({fmt}, {expr1} ...) *printf()*
< 1.41
You will get an overflow error... | diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index 7312177b998a92..e1d508fd8743b3 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -7392,7 +7392,8 @@ printf({fmt}, {expr1} ...) *printf()*
< 1.41
You will get an overflow error |... | [
"- call CheckLegacyAndVim9Failure([\"call printf('%2$*3$.*1$d', 5, 9123, 9321)\"], \"E1510:\")"
] | [
65
] | {
"additions": 13,
"author": "neovim-backports[bot]",
"deletions": 9,
"html_url": "https://github.com/neovim/neovim/pull/33533",
"issue_id": 33533,
"merged_at": "2025-04-19T00:12:55Z",
"omission_probability": 0.1,
"pr_number": 33533,
"repo": "neovim/neovim",
"title": "vim-patch:9.1.{1314,1318}: max ... |
383 | diff --git a/src/nvim/ops.c b/src/nvim/ops.c
index cab775a189b92b..d4e21c6ebfb05c 100644
--- a/src/nvim/ops.c
+++ b/src/nvim/ops.c
@@ -1367,7 +1367,7 @@ int insert_reg(int regname, yankreg_T *reg, bool literally_arg)
retval = FAIL;
} else {
for (size_t i = 0; i < reg->y_size; i++) {
- if (regn... | diff --git a/src/nvim/ops.c b/src/nvim/ops.c
index cab775a189b92b..d4e21c6ebfb05c 100644
--- a/src/nvim/ops.c
+++ b/src/nvim/ops.c
@@ -1367,7 +1367,7 @@ int insert_reg(int regname, yankreg_T *reg, bool literally_arg)
retval = FAIL;
} else {
for (size_t i = 0; i < reg->y_size; i++) {
- if (regn... | [
"- stuffcharReadbuff('\\n');"
] | [
21
] | {
"additions": 15,
"author": "phanen",
"deletions": 6,
"html_url": "https://github.com/neovim/neovim/pull/33531",
"issue_id": 33531,
"merged_at": "2025-04-19T00:01:51Z",
"omission_probability": 0.1,
"pr_number": 33531,
"repo": "neovim/neovim",
"title": "vim-patch:9.1.1322: small delete register cann... |
384 | diff --git a/src/nvim/diff.c b/src/nvim/diff.c
index ed2078207da027..60f271b08402cf 100644
--- a/src/nvim/diff.c
+++ b/src/nvim/diff.c
@@ -2916,7 +2916,7 @@ static void diff_refine_inline_char_highlight(diff_T *dp_orig, garray_T *linemap
} while (pass++ < 4); // use limited number of passes to avoid excessive loopi... | diff --git a/src/nvim/diff.c b/src/nvim/diff.c
index ed2078207da027..60f271b08402cf 100644
--- a/src/nvim/diff.c
+++ b/src/nvim/diff.c
@@ -2916,7 +2916,7 @@ static void diff_refine_inline_char_highlight(diff_T *dp_orig, garray_T *linemap
} while (pass++ < 4); // use limited number of passes to avoid excessive loopi... | [
"+/// Find the inline difference within a diff block among different buffers. Do",
"- // Add topstops whose indeces exceed the actual array."
] | [
9,
49
] | {
"additions": 6,
"author": "zeertzjq",
"deletions": 6,
"html_url": "https://github.com/neovim/neovim/pull/33527",
"issue_id": 33527,
"merged_at": "2025-04-18T23:23:20Z",
"omission_probability": 0.1,
"pr_number": 33527,
"repo": "neovim/neovim",
"title": "vim-patch:9.1.1319: Various typos in the code... |
385 | diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index 549bd8db1af76a..351b17fc59d8d3 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -7395,7 +7395,8 @@ printf({fmt}, {expr1} ...) *printf()*
< 1.41
You will get an overflow error... | diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index 549bd8db1af76a..351b17fc59d8d3 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -7395,7 +7395,8 @@ printf({fmt}, {expr1} ...) *printf()*
< 1.41
You will get an overflow error |... | [
"- call CheckLegacyAndVim9Failure([\"call printf('%1$*2$.*1$d', 5, 9999)\"], \"E1510:\")"
] | [
63
] | {
"additions": 13,
"author": "zeertzjq",
"deletions": 9,
"html_url": "https://github.com/neovim/neovim/pull/33519",
"issue_id": 33519,
"merged_at": "2025-04-18T23:22:40Z",
"omission_probability": 0.1,
"pr_number": 33519,
"repo": "neovim/neovim",
"title": "vim-patch:9.1.{1314,1318}: max allowed strin... |
386 | diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index 48162b9fa207e5..740036297bdb3c 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -186,7 +186,7 @@ CHANGED FEATURES *news-changed*
These existing features changed their behavior.
-• 'spellfil... | diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index 48162b9fa207e5..740036297bdb3c 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -186,7 +186,7 @@ CHANGED FEATURES *news-changed*
These existing features changed their behavior.
-• 'spellfile' l... | [
"+// stdpath(\"data\") + \"/site/spell/{spelllang}.{encoding}.add\".",
"- t.fix_slashes(fn.stdpath('data') .. '/spell/en.utf-8.add'),"
] | [
74,
101
] | {
"additions": 9,
"author": "acehinnnqru",
"deletions": 8,
"html_url": "https://github.com/neovim/neovim/pull/33528",
"issue_id": 33528,
"merged_at": "2025-04-18T15:56:20Z",
"omission_probability": 0.1,
"pr_number": 33528,
"repo": "neovim/neovim",
"title": "fix(spell): save spell files to stdpath('d... |
387 | diff --git a/src/nvim/fold.c b/src/nvim/fold.c
index 80a1ed9667905b..2a605303c739a4 100644
--- a/src/nvim/fold.c
+++ b/src/nvim/fold.c
@@ -3099,7 +3099,7 @@ static int put_folds_recurse(FILE *fd, garray_T *gap, linenr_T off)
if (put_folds_recurse(fd, &fp->fd_nested, off + fp->fd_top) == FAIL) {
return FAIL;... | diff --git a/src/nvim/fold.c b/src/nvim/fold.c
index 80a1ed9667905b..2a605303c739a4 100644
--- a/src/nvim/fold.c
+++ b/src/nvim/fold.c
@@ -3099,7 +3099,7 @@ static int put_folds_recurse(FILE *fd, garray_T *gap, linenr_T off)
if (put_folds_recurse(fd, &fp->fd_nested, off + fp->fd_top) == FAIL) {
return FAIL;... | [
"+let $ORIGHOME = $HOME",
"+ \" delete lines to make folds invalid"
] | [
44,
86
] | {
"additions": 50,
"author": "neovim-backports[bot]",
"deletions": 6,
"html_url": "https://github.com/neovim/neovim/pull/33522",
"issue_id": 33522,
"merged_at": "2025-04-18T01:04:02Z",
"omission_probability": 0.1,
"pr_number": 33522,
"repo": "neovim/neovim",
"title": "vim-patch:9.0.{1653,1654},9.1.{... |
388 | diff --git a/src/nvim/fold.c b/src/nvim/fold.c
index 80a1ed9667905b..2a605303c739a4 100644
--- a/src/nvim/fold.c
+++ b/src/nvim/fold.c
@@ -3099,7 +3099,7 @@ static int put_folds_recurse(FILE *fd, garray_T *gap, linenr_T off)
if (put_folds_recurse(fd, &fp->fd_nested, off + fp->fd_top) == FAIL) {
return FAIL;... | diff --git a/src/nvim/fold.c b/src/nvim/fold.c
index 80a1ed9667905b..2a605303c739a4 100644
--- a/src/nvim/fold.c
+++ b/src/nvim/fold.c
@@ -3099,7 +3099,7 @@ static int put_folds_recurse(FILE *fd, garray_T *gap, linenr_T off)
if (put_folds_recurse(fd, &fp->fd_nested, off + fp->fd_top) == FAIL) {
return FAIL;... | [
"+let $ORIGHOME = $HOME",
"+ normal zE",
"+ \" delete lines to make folds invalid",
"+ source Xview",
"+ bw!",
"+\" Test default 'viewdir' value",
"+ call assert_match(",
"+ \\ '^' .. $XDG_CONFIG_HOME .. '/vim'",
"+ call assert_match('^home:vimfiles', &viewdir)"
] | [
44,
85,
86,
88,
92,
95,
102,
104,
107
] | {
"additions": 50,
"author": "zeertzjq",
"deletions": 6,
"html_url": "https://github.com/neovim/neovim/pull/33521",
"issue_id": 33521,
"merged_at": "2025-04-18T00:30:21Z",
"omission_probability": 0.1,
"pr_number": 33521,
"repo": "neovim/neovim",
"title": "vim-patch:9.0.{1653,1654},9.1.{0721,1317}",
... |
389 | diff --git a/src/nvim/insexpand.c b/src/nvim/insexpand.c
index dea767ac3ae28a..ab8bf2eec81465 100644
--- a/src/nvim/insexpand.c
+++ b/src/nvim/insexpand.c
@@ -5102,7 +5102,6 @@ static int ins_compl_start(void)
line = ml_get(curwin->w_cursor.lnum);
}
- bool in_fuzzy = get_cot_flags() & kOptCotFlagFuzzy;
if... | diff --git a/src/nvim/insexpand.c b/src/nvim/insexpand.c
index dea767ac3ae28a..ab8bf2eec81465 100644
--- a/src/nvim/insexpand.c
+++ b/src/nvim/insexpand.c
@@ -5102,7 +5102,6 @@ static int ins_compl_start(void)
line = ml_get(curwin->w_cursor.lnum);
}
- bool in_fuzzy = get_cot_flags() & kOptCotFlagFuzzy;
if (... | [
"- char *next_word_end = find_word_start(*ptr + *len);",
"+ \" chain completion",
"+ call assert_equal('alpha bravio charlie', getline('.'))"
] | [
31,
56,
62
] | {
"additions": 14,
"author": "zeertzjq",
"deletions": 46,
"html_url": "https://github.com/neovim/neovim/pull/33520",
"issue_id": 33520,
"merged_at": "2025-04-17T23:22:50Z",
"omission_probability": 0.1,
"pr_number": 33520,
"repo": "neovim/neovim",
"title": "vim-patch:9.1.1315: completion: issue with ... |
390 | diff --git a/runtime/lua/vim/lsp/buf.lua b/runtime/lua/vim/lsp/buf.lua
index bd78f1ad505a0c..3fc567b6948116 100644
--- a/runtime/lua/vim/lsp/buf.lua
+++ b/runtime/lua/vim/lsp/buf.lua
@@ -215,7 +215,13 @@ local function get_locations(method, opts)
vim.fn.settagstack(vim.fn.win_getid(win), { items = tagstack }, ... | diff --git a/runtime/lua/vim/lsp/buf.lua b/runtime/lua/vim/lsp/buf.lua
index bd78f1ad505a0c..3fc567b6948116 100644
--- a/runtime/lua/vim/lsp/buf.lua
+++ b/runtime/lua/vim/lsp/buf.lua
@@ -215,7 +215,13 @@ local function get_locations(method, opts)
vim.fn.settagstack(vim.fn.win_getid(win), { items = tagstack }, ... | [
"+ if opts.reuse_win then",
"- it('jumps to single location', function()",
"+"
] | [
10,
27,
48
] | {
"additions": 20,
"author": "neovim-backports[bot]",
"deletions": 3,
"html_url": "https://github.com/neovim/neovim/pull/33514",
"issue_id": 33514,
"merged_at": "2025-04-17T15:12:47Z",
"omission_probability": 0.1,
"pr_number": 33514,
"repo": "neovim/neovim",
"title": "fix(lsp): jump to the target wi... |
391 | diff --git a/runtime/lua/vim/lsp/buf.lua b/runtime/lua/vim/lsp/buf.lua
index bd78f1ad505a0c..3fc567b6948116 100644
--- a/runtime/lua/vim/lsp/buf.lua
+++ b/runtime/lua/vim/lsp/buf.lua
@@ -215,7 +215,13 @@ local function get_locations(method, opts)
vim.fn.settagstack(vim.fn.win_getid(win), { items = tagstack }, ... | diff --git a/runtime/lua/vim/lsp/buf.lua b/runtime/lua/vim/lsp/buf.lua
index bd78f1ad505a0c..3fc567b6948116 100644
--- a/runtime/lua/vim/lsp/buf.lua
+++ b/runtime/lua/vim/lsp/buf.lua
@@ -215,7 +215,13 @@ local function get_locations(method, opts)
vim.fn.settagstack(vim.fn.win_getid(win), { items = tagstack }, ... | [
"+ w = vim.fn.win_findbuf(b)[1] or w"
] | [
11
] | {
"additions": 20,
"author": "acehinnnqru",
"deletions": 3,
"html_url": "https://github.com/neovim/neovim/pull/33476",
"issue_id": 33476,
"merged_at": "2025-04-17T14:46:18Z",
"omission_probability": 0.1,
"pr_number": 33476,
"repo": "neovim/neovim",
"title": "fix(lsp): jump to the target win when opt... |
392 | diff --git a/runtime/lua/vim/lsp.lua b/runtime/lua/vim/lsp.lua
index 9f8e982d3a5dc6..c618be7fd941ee 100644
--- a/runtime/lua/vim/lsp.lua
+++ b/runtime/lua/vim/lsp.lua
@@ -1285,7 +1285,7 @@ end
---@since 7
---
---@param bufnr integer Buffer handle, or 0 for current.
----@param method string LSP method name
+---@param... | diff --git a/runtime/lua/vim/lsp.lua b/runtime/lua/vim/lsp.lua
index 9f8e982d3a5dc6..c618be7fd941ee 100644
--- a/runtime/lua/vim/lsp.lua
+++ b/runtime/lua/vim/lsp.lua
@@ -1285,7 +1285,7 @@ end
---@since 7
---@param bufnr integer Buffer handle, or 0 for current.
----@param method string LSP method name
---@param para... | [
"+---@param method vim.lsp.protocol.Method.ClientToServer.Request LSP method name",
"+--- | '$/setTrace',",
"+--- | 'textDocument/didClose',",
"+--- | 'textDocument/didOpen',",
"+---@field method? vim.lsp.protocol.Method.ClientToServer.Request",
"+--- @field messageDirection string",
"+--- @field result... | [
9,
214,
222,
223,
277,
292,
305,
342,
344,
370,
373,
384
] | {
"additions": 103,
"author": "lewis6991",
"deletions": 61,
"html_url": "https://github.com/neovim/neovim/pull/33509",
"issue_id": 33509,
"merged_at": "2025-04-17T10:40:46Z",
"omission_probability": 0.1,
"pr_number": 33509,
"repo": "neovim/neovim",
"title": "feat(lsp): use stricter types for methods... |
393 | diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index 0815c64c935bc9..2382a9e165a4c6 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -623,6 +623,16 @@ possibilities: >
The `:Cycle` command is also mapped to the CTRL-A and CTRL-X keys.
For details, see `git-rebase --help`.
+G... | diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index 0815c64c935bc9..2382a9e165a4c6 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -623,6 +623,16 @@ possibilities: >
The `:Cycle` command is also mapped to the CTRL-A and CTRL-X keys.
For details, see `git-rebase --help`.
+GLE... | [
"+\" Language:\tVim Tutor"
] | [
426
] | {
"additions": 127,
"author": "clason",
"deletions": 8,
"html_url": "https://github.com/neovim/neovim/pull/33501",
"issue_id": 33501,
"merged_at": "2025-04-17T07:25:42Z",
"omission_probability": 0.1,
"pr_number": 33501,
"repo": "neovim/neovim",
"title": "vim-patch: update runtime files",
"total_ch... |
394 | diff --git a/src/nvim/edit.c b/src/nvim/edit.c
index 9bdd035cb42390..d176c98ed18805 100644
--- a/src/nvim/edit.c
+++ b/src/nvim/edit.c
@@ -3250,7 +3250,7 @@ static void ins_reg(void)
do_put(regname, NULL, BACKWARD, 1,
(literally == Ctrl_P ? PUT_FIXINDENT : 0) | PUT_CURSEND);
- } else if (inser... | diff --git a/src/nvim/edit.c b/src/nvim/edit.c
index 9bdd035cb42390..d176c98ed18805 100644
--- a/src/nvim/edit.c
+++ b/src/nvim/edit.c
@@ -3250,7 +3250,7 @@ static void ins_reg(void)
do_put(regname, NULL, BACKWARD, 1,
(literally == Ctrl_P ? PUT_FIXINDENT : 0) | PUT_CURSEND);
- } else if (insert_... | [
"- insert_reg(regname, true);",
"- if (yank_register_mline(regname)) {",
"+ if (reg == NULL) {"
] | [
21,
42,
102
] | {
"additions": 23,
"author": "dtor",
"deletions": 12,
"html_url": "https://github.com/neovim/neovim/pull/33494",
"issue_id": 33494,
"merged_at": "2025-04-16T10:08:42Z",
"omission_probability": 0.1,
"pr_number": 33494,
"repo": "neovim/neovim",
"title": "fix(mouse): do not fetch clipboard twice when p... |
395 | diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index 0815c64c935bc9..6d77a93ccfa4d3 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -156,6 +156,8 @@ variables can be used to overrule the filetype used for certain extensions:
`*.inc` g:filetype_inc
`*.lsl` g:filetype_lsl
... | diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index 0815c64c935bc9..6d77a93ccfa4d3 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -156,6 +156,8 @@ variables can be used to overrule the filetype used for certain extensions:
`*.inc` g:filetype_inc
`*.lsl` g:filetype_lsl
... | [
"+ -- 1. filename",
"+ if file_name == 'BSDmakefile' then",
"+ vim.b.make_flavor = 'bsd'",
"+ -- 2. user's setting",
"+ \"make_microsoft is deprecated; try g:make_flavor = 'microsoft' instead\"",
"+ )",
"+ vim.b.make_flavor = 'microsoft'",
"+ -- 3. try to detect a flavor from file co... | [
65,
67,
68,
75,
81,
82,
83,
87,
93,
102,
158,
179,
238,
256
] | {
"additions": 123,
"author": "zeertzjq",
"deletions": 27,
"html_url": "https://github.com/neovim/neovim/pull/33498",
"issue_id": 33498,
"merged_at": "2025-04-16T23:13:05Z",
"omission_probability": 0.1,
"pr_number": 33498,
"repo": "neovim/neovim",
"title": "vim-patch:9.1.1307: make syntax does not r... |
396 | diff --git a/src/man/nvim.1 b/src/man/nvim.1
index 9b7680d0112cb2..82a06b4a11ebf1 100644
--- a/src/man/nvim.1
+++ b/src/man/nvim.1
@@ -30,18 +30,17 @@ Commands in
.Nm
begin with colon
.Pq Sq \&: .
-Type ":help subject" to get help on a specific subject.
-Use <Tab> and CTRL-D to complete subjects (":help cmdline\-com... | diff --git a/src/man/nvim.1 b/src/man/nvim.1
index 9b7680d0112cb2..82a06b4a11ebf1 100644
--- a/src/man/nvim.1
+++ b/src/man/nvim.1
@@ -30,18 +30,17 @@ Commands in
.Nm
begin with colon
.Pq Sq \&: .
-Use <Tab> and CTRL-D to complete subjects (":help cmdline\-completion").
+Use <Tab> and CTRL-D to complete subjects (\(... | [
"-Type \":help subject\" to get help on a specific subject.",
"+Type \\(lq:help subject\\(rq to get help on a specific subject.",
"+starting with hyphen",
"+.Ic \":help Ex-mode\"",
"+Sets the \\(aqhkmap\\(aq and \\(aqrightleft\\(aq options.",
"+.Ic \":help debug-mode\"",
"+Start Nvim with \\(lqfactory d... | [
8,
10,
42,
50,
99,
114,
141,
249,
265
] | {
"additions": 52,
"author": "e-kwsm",
"deletions": 45,
"html_url": "https://github.com/neovim/neovim/pull/33484",
"issue_id": 33484,
"merged_at": "2025-04-16T10:03:37Z",
"omission_probability": 0.1,
"pr_number": 33484,
"repo": "neovim/neovim",
"title": "docs(man): fix mandoc warnings and prettify",... |
397 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index 33da56d9bfc58..9ac4e930b6d28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,50 @@
+<a name="20.0.0-next.8"></a>
+# 20.0.0-next.8 (2025-04-23)
+## Breaking Changes
+### compiler
+- 'in' in an expression now refers to the operator
+### core
+- `provideExperimentalZo... | diff --git a/CHANGELOG.md b/CHANGELOG.md
index 33da56d9bfc58..9ac4e930b6d28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,50 @@
+<a name="20.0.0-next.8"></a>
+# 20.0.0-next.8 (2025-04-23)
+## Breaking Changes
+- 'in' in an expression now refers to the operator
+- `provideExperimentalZonelessChangeDetection` i... | [
"+ \"version\": \"20.0.0-next.8\","
] | [
63
] | {
"additions": 48,
"author": "pkozlowski-opensource",
"deletions": 1,
"html_url": "https://github.com/angular/angular/pull/60987",
"issue_id": 60987,
"merged_at": "2025-04-23T15:18:07Z",
"omission_probability": 0.1,
"pr_number": 60987,
"repo": "angular/angular",
"title": "Bump version to \"v20.0.0-n... |
398 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90e875c61dc05..9e3f3c20e7c1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+<a name="19.2.8"></a>
+# 19.2.8 (2025-04-23)
+### forms
+| Commit | Type | Description |
+| -- | -- | -- |
+| [ea4a211216](https://github.com/angular/angular/commit/ea4a21121681c786... | diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90e875c61dc05..9e3f3c20e7c1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+<a name="19.2.8"></a>
+# 19.2.8 (2025-04-23)
+### forms
+| Commit | Type | Description |
+| -- | -- | -- |
+| [ea4a211216](https://github.com/angular/angular/commit/ea4a21121681c786... | [] | [] | {
"additions": 10,
"author": "pkozlowski-opensource",
"deletions": 1,
"html_url": "https://github.com/angular/angular/pull/60985",
"issue_id": 60985,
"merged_at": "2025-04-23T15:11:58Z",
"omission_probability": 0.1,
"pr_number": 60985,
"repo": "angular/angular",
"title": "Bump version to \"v19.2.8\"... |
399 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90e875c61dc05..9e3f3c20e7c1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+<a name="19.2.8"></a>
+# 19.2.8 (2025-04-23)
+### forms
+| Commit | Type | Description |
+| -- | -- | -- |
+| [ea4a211216](https://github.com/angular/angular/commit/ea4a21121681c786... | diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90e875c61dc05..9e3f3c20e7c1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+<a name="19.2.8"></a>
+# 19.2.8 (2025-04-23)
+### forms
+| -- | -- | -- |
+| [ea4a211216](https://github.com/angular/angular/commit/ea4a21121681c78652f314c78c58390dca25f266) | fix |... | [
"+| Commit | Type | Description |"
] | [
8
] | {
"additions": 10,
"author": "pkozlowski-opensource",
"deletions": 1,
"html_url": "https://github.com/angular/angular/pull/60982",
"issue_id": 60982,
"merged_at": "2025-04-23T14:29:07Z",
"omission_probability": 0.1,
"pr_number": 60982,
"repo": "angular/angular",
"title": "Bump version to \"v19.2.8\"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.