Skip to content

Commit

Permalink
Merge pull request #197 from lambdalisue/fix-cursor-on-rename
Browse files Browse the repository at this point in the history
Renamer should be opened without 'noautocmd'
  • Loading branch information
lambdalisue authored Sep 7, 2020
2 parents 2d21376 + 450be81 commit 203827d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autoload/fern/internal/replacer.vim
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ function! s:executor(factory, options, resolve, reject) abort
\ 'locator': a:options.is_drawer,
\ 'keepalt': !a:options.is_drawer && g:fern#keepalt_on_edit,
\ 'keepjumps': !a:options.is_drawer && g:fern#keepjumps_on_edit,
\ 'mods': 'noautocmd',
\})

setlocal buftype=acwrite bufhidden=wipe
Expand Down

0 comments on commit 203827d

Please sign in to comment.