summary refs log tree commit diff stats
path: root/doc/examples
Commit message (Collapse)AuthorAgeFilesLines
* Fix typovimeitor2015-02-021-1/+1
|
* update doc/examples/plugin_filter_file.pyhut2014-12-051-8/+10
| | | | | The filter_by_filetype branch of Milan Svoboda changed the interface to the accept_file function, so this example plugin broke.
* Added redrawing when we return to Vim from Ranger without opening anyAshwin Nanjappa2014-09-191-0/+2
| | | | file.
* examples/vim_file_chooser: fixed redrawinghut2014-02-151-0/+1
|
* Update vim_file_chooser.vimIsrael Chauca Fuentes2013-09-171-11/+27
| | | | | Allow choosing multiple files. Add ex command :RangerChooser. Use the value of mapleader for the keybinding.
* update examples (s/ranger.fsobject/ranger.container/)hut2013-03-172-5/+5
|
* move examples to doc/exampleshut2013-03-0911-0/+200
152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223