diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-08-09 16:03:55 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-08-09 16:03:55 +0200 |
commit | 5694eafaeefbb6fbd5816dfecf765179e49cdea4 (patch) | |
tree | d8314191ab68119030cc41d44fba28e08cd0ad47 | |
parent | 7ae4a05c5f52bd37877553437ad8324e5652bf32 (diff) |
Don’t modify the jumplist when formatting
-rw-r--r-- | .exrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ call setenv("TEMPL_EXPERIMENT", "rawgo") function s:SaveExcursion(cmd) let l:win = winsaveview() - silent execute "%!" .. a:cmd + silent execute "keepjumps %!" .. a:cmd call winrestview(l:win) endfunction |