David Blume commited on 2021-03-24 10:46:04
Showing 4 changed files, with 1 additions and 1 deletions.
| ... | ... |
@@ -256,7 +256,7 @@ if has("autocmd")
|
| 256 | 256 |
|
| 257 | 257 |
" When editing a file, always jump to the last cursor position |
| 258 | 258 |
autocmd BufReadPost * |
| 259 |
- \ if line("'\"") > 0 && line ("'\"") <= line("$") |
|
|
| 259 |
+ \ if &ft != "p4changelist" && line("'\"") > 0 && line ("'\"") <= line("$") |
|
|
| 260 | 260 |
\ exe "normal! g'\"" | |
| 261 | 261 |
\ endif |
| 262 | 262 |
endif |
| 263 | 263 |