Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove trailing does not work on <Leader>S. #35

Closed
itchyny opened this issue Aug 20, 2014 · 0 comments
Closed

Remove trailing does not work on <Leader>S. #35

itchyny opened this issue Aug 20, 2014 · 0 comments
Labels

Comments

@itchyny
Copy link
Contributor

itchyny commented Aug 20, 2014

nnoremap <leader>:call TrimWhiteSpace()<cr>:let @/=''<CR>

should be

nnoremap <leader>S :call TrimWhiteSpace()<cr>:let @/=''<CR>

and it would be nice if it uses <silent>.

@lerrua lerrua added the bug label Aug 20, 2014
lerrua added a commit that referenced this issue Aug 20, 2014
@lerrua lerrua closed this as completed Aug 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants