summary refs log tree commit diff stats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/vim_file_chooser.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/vim_file_chooser.vim b/examples/vim_file_chooser.vim
index a44ab2b7..df3f50e5 100644
--- a/examples/vim_file_chooser.vim
+++ b/examples/vim_file_chooser.vim
@@ -1,5 +1,5 @@
 " Add ranger as a file chooser in vim
-" 
+"
 " If you add this function and the key binding to the .vimrc, ranger can be
 " started using the keybinding ",r".  Once you select a file by pressing
 " enter, ranger will quit again and vim will open the selected file.