about summary refs log tree commit diff stats
path: root/examples/vim_file_chooser.vim
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-02-10 03:38:18 +0100
committerhut <hut@lavabit.com>2013-02-10 03:39:11 +0100
commit1a0e0a663b6b67f7e644b89ade63fb285740b6a4 (patch)
tree50157d53f887c99df304b2ccfd2ed0162cfb96f0 /examples/vim_file_chooser.vim
parentd1a1173ddc315f21a3d468f43ac55aa43d31883d (diff)
downloadranger-1a0e0a663b6b67f7e644b89ade63fb285740b6a4.tar.gz
removed all trailing whitespaces
Diffstat (limited to 'examples/vim_file_chooser.vim')
-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.