We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b8e72 commit 0e821a2Copy full SHA for 0e821a2
ace-window.el
@@ -346,7 +346,8 @@ Windows are numbered top down, left to right."
346
The point is writable, i.e. it's not part of space after newline."
347
(let ((h (window-hscroll window))
348
(beg (window-start window))
349
- (end (window-end window)))
+ (end (window-end window))
350
+ (inhibit-field-text-motion t))
351
(with-current-buffer
352
(window-buffer window)
353
(save-excursion
0 commit comments