takac / vim-hardtime

Plugin to help you stop repeating the basic movement keys
MIT License
818 stars 30 forks source link

Feature: Add variable to allow hardtime to ignore quickfix window #22

Closed JarrodCTaylor closed 10 years ago

JarrodCTaylor commented 10 years ago

Added a separate variable to allow hardtime to ignore the quickfix window. Since the quickfix window does not return a value from bufname("%") attempting to add it to hardtime_ignore_buffer_patterns is not effective.

takac commented 10 years ago

Looks great thanks!