Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README for RenameLocalVariable()
  • Loading branch information
nrocy committed Oct 10, 2010
commit 613abaac6c519739a7a57b26965ecbd9c2243463
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Implemented patterns:
- Add Parameter: <leader>rap
- Extract Constant: <leader>rec (visual mode selection)
- Extract Local Variable: <leader>relv (works if the variable is selected in visual mode)
- Rename Local Variable: <leader>rrlv (works if the variable is selected in visual mode, *REQUIRES matchit.vim*)
- Extract Method: <leader>rem (visual mode selection)
- Inline Temp: <leader>rit

Expand Down