summaryrefslogtreecommitdiff
path: root/plugin
AgeCommit message (Collapse)Author
2016-10-05Fix signs to work with other languages, and create fewer dummy signsw0rp
2016-10-05Update the author line and the filenames for the GCC format pattern.w0rp
2016-10-05Simplify the IDs used for the dummy sign, so it automatically uses the ↵w0rp
configurable offset value.
2016-10-05Reduce jittering for signs some more.w0rp
2016-10-05Reduce screen shaking by leaving the dummy sign in place while signs are ↵w0rp
being added and removed.
2016-10-05Adjust the enter delay again.w0rp
2016-10-05Add a very short delay after opening a buffer for running the linter to get ↵w0rp
it to run more. Increase the delay when typing a bit to reduce juttering.
2016-10-04Fix a bug with loading the wrong user option for warning signs.w0rp
2016-10-04Add support for linting when a file is saved.w0rp
2016-10-04Change the flags file so it uses the get function.w0rp
2016-10-04Improve the signs feature so it can work with vim-gitgutter and possibly ↵w0rp
other plugins.
2016-10-04Add a function for finding nearest files, and use it to fix JSHint so it ↵w0rp
will find configuration files automatically.
2016-10-04Handle line numbers beyond the end for any linter.w0rp
2016-10-04Get the filename for buffers in a way that NeoVim will like.w0rp
2016-10-04Add support for formatting filenames into commands, and use it to fix ↵w0rp
linting with older eslint versions.
2016-10-04Merge pull request #33 from prashcr/comment-headersw0rp
Add comment headers for every source file
2016-10-03Rename the SASS files to follow the convention from other files, and move ↵w0rp
the function for handling CSSLint style output into the handlers file.
2016-10-04Add comment headers for plugin/ale filesPrashanth Chandra
2016-10-03Add support for shellcheck linting.w0rp
2016-10-02Add an option for defining text of signsKabbaj Amine
2016-09-29Fix typo ALErrorSign -> ALEErrorSignCookiesBestDinner
2016-09-27Fix a bug with reading from large files. Large files we being truncated by ↵w0rp
closing the input buffer too early.
2016-09-26Move flag to aaflags.vimVladimir Marovic
2016-09-26Add option to always show left gutterVladimir Marovic
2016-09-19Merge pull request #9 from prashcr/masterw0rp
Add option for choosing linters to run
2016-09-18Add support for checking Haskell code via a wrapper script which can be used ↵w0rp
for other tools, and fix a readline problem with the DMD wrapper script.
2016-09-17Add option for choosing linters to runPrashanth Chandra
2016-09-15Add support for Bash and other shells. Add support for reading from stderr, ↵w0rp
and for generating the executable from functions. Both were needed to support shell linting.
2016-09-15Add an option disabling warnings about trailing whitespace, and use it in ↵w0rp
flake8.
2016-09-15Echo the cursor status with a very short delay, so it will override other ↵w0rp
plugins.
2016-09-14Fix issues with switching buffers rapidly causing errors by remembering the ↵w0rp
buffer and passing the buffer value to various functions.
2016-09-13Make signs prefer errors to warnings if there are two loclist items for one ↵w0rp
line.
2016-09-13Make sure all files are loaded, not just the first.w0rp
2016-09-11Add support for defining linters where the command that is run is determined ↵w0rp
by a callback.
2016-09-10Add Vim 8 support.w0rp
2016-09-09Fix bugs with directory listings and signs when switching tabs.w0rp
2016-09-09Add linting with eslint in NeoVim, with a few bugs.w0rp