Commit Graph

154 Commits

Author SHA1 Message Date
LCD 47
91814d6723 Manual: bit rot: vim-go now uses loclists. 2015-12-28 13:14:24 +02:00
LCD 47
dbd761006f Minor feature: auto_loc_list == 3.
When auto_loc_list == 3 the location list will be opened automatically,
but it won't be closed automatically.
2015-12-23 10:47:19 +02:00
nixon
4f1e3adf33 correct pymode lint variable name in documentation
https://github.com/klen/python-mode/blob/master/doc/pymode.txt#l271
2015-11-27 19:59:16 -06:00
LCD 47
85cde9235c Core: disable autocommand nesting by default. 2015-11-09 17:14:09 +02:00
LCD 47
e1217a888a Manual: cross reference skip_checks from the filtering section. 2015-09-30 08:02:37 +03:00
LCD 47
b3ebf94ace Manual: fix typo. 2015-09-29 23:02:14 +03:00
LCD 47
e0a3cf753e Add width controls to the new stl_format flags. 2015-09-22 12:27:55 +03:00
LCD 47
d73d7601cc New flags for stl_format: %ne, %nw, %N, %pe, %pw, %P. 2015-09-21 21:07:46 +03:00
LCD 47
1e7589fe5c Back off "Reset notifiers if skip_checks is set."
This reverts commit 6a42622519.
2015-09-11 21:46:45 +03:00
LCD 47
6a42622519 Reset notifiers if skip_checks is set. 2015-09-11 21:32:29 +03:00
LCD 47
47c70b3e1e Minor language and grammar fixes. 2015-08-14 12:03:19 +03:00
LCD 47
7014a52ace Manual: update the note about zsh. 2015-08-07 20:10:57 +03:00
LCD 47
74586ff120 Manual: consistency fixes. 2015-07-24 10:54:13 +03:00
LCD 47
07f2745eb4 Manual: rephrase description of check_on_wq. 2015-07-24 08:18:14 +03:00
LCD 47
2e60dd4af9 Manual: add a note about Tim Pope's "flagship". 2015-07-10 11:24:24 +03:00
LCD 47
59513edd47 Manual: fix the notice about rvm. 2015-07-09 18:42:02 +03:00
LCD 47
b1b79009e3 Manual: Fix filetype_map example. 2015-07-02 19:44:04 +03:00
LCD 47
84b4da7cff Manual: add a note about :mksession. 2015-06-16 14:10:18 +03:00
LCD 47
ae405fed8d Manual: add a note about zsh and rvm with MacVim. 2015-05-14 09:49:57 +03:00
LCD 47
48090a19f2 Updates to the manual.
Update section about powerline.
Remove section about vim-airline (it now works out of the box).
2015-04-17 13:28:54 +03:00
LCD 47
ac96ae4a27 Manual: add notes about powerline, vim-airline, and vim-go. 2015-03-23 08:23:30 +02:00
LCD 47
231a78f5de Manual: update.
Add a note about tcsh.
Add a note about &shellslash.
Re-order a few sections.
2015-03-13 15:07:54 +02:00
LCD 47
67fc031e04 Manual: fix examples to use g:syntastic_shell. 2015-03-12 20:31:36 +02:00
LCD 47
47eabae37d New global option: "shell".
Undocumented option "bash_hack" is gone.
New function syntastic#util#system(), that sets up the environment and
is now used consistently everywhere.
Unrelated fix for the elixir checker (syntax).
2015-03-12 19:20:06 +02:00
LCD 47
272fc7df3a Manual: update the note about vim-auto-save. 2015-03-02 13:28:49 +02:00
LCD 47
79007b01f2 Manual: minor additions.
Expand the quick start section.  Add a section for recommended
settings.

RAEDME: standard Vim command ":lprev" is actually called ":lprevious".
2015-01-10 07:25:15 +02:00
LCD 47
c472ec1396 Feature: extended syntax for quiet_messages.
If a key in `quiet_messages` is prefixed by an exclamation mark "!", the
corresponding filter is negated.

Also, the "file" key may now be followed by filename modifiers.
2015-01-04 09:10:24 +02:00
LCD 47
9caf33d5d5 If auto_jump is set to 3, jump to the first error if any. 2014-12-11 00:31:00 +02:00
LCD 47
6fdd394388 New option: b:syntastic_mode. 2014-12-08 11:59:45 +02:00
LCD 47
0c1dd2aa01 Safer closing of the error window. 2014-12-08 11:14:17 +02:00
LCD 47
64cce20838 Manual: better description of interaction with Eclim. 2014-10-26 20:09:05 +02:00
LCD 47
57f1a0eb20 New user variables: syntastic_<filetype>_<checker>_sort. 2014-10-24 15:55:47 +03:00
LCD 47
54086304b3 Cache balloons' contents. Cleanup. 2014-10-17 08:35:05 +03:00
LCD 47
75d56b2090 Manual: add a note about vim-auto-save. 2014-10-16 09:06:30 +03:00
LCD 47
ce89396808 Checker-specific logging.
New debug level 32, for logging tracing checkers.
New method checker.log().
Cleanup.
2014-10-06 22:19:24 +03:00
LCD 47
b639b007ae New options.
Add options b:syntastic_<filetype>_<checker>_exec and
b:syntastic_<checker>_exec.
2014-09-21 19:24:22 +03:00
LCD 47
bf2faa4d62 Manual: add a note about opening the error window. 2014-09-20 12:42:29 +03:00
LCD 47
9d2800f9a5 README: add a note about style checkers. Minor cleanup. 2014-09-17 20:22:28 +03:00
LCD 47
aac0775c39 Make b:syntastic_skip_checks suitable for general use.
Document `b:syntastic_skip_checks`.  Minor cleanup.
2014-09-16 06:36:37 +03:00
LCD 47
b7b09af6b6 New global option syntastic_exit_checks.
Syntastic attempts to catch abnormal termination conditions from checkers by
looking at their exit codes. The "cmd.exe" shell on Windows make these checks
meaningless, by returning 1 to Vim when the checkers exit with non-zero codes.
The above variable can be used to disable exit code checks in syntastic.
2014-09-03 10:47:23 +03:00
LCD 47
8e229e41a3 A cleaner way to kill default variables. 2014-08-22 12:02:02 +03:00
LCD 47
f62e0f6618 New option: cursor_columns. 2014-08-03 12:54:56 +03:00
LCD 47
3f963543dd Manual: clarification about g:syntastic_mode_map. Minor cleanup. 2014-07-22 13:15:49 +03:00
LCD 47
190d9f5e95 Manual: add a note about canceling default arguments. 2014-07-17 07:26:03 +03:00
LCD 47
06e77c1808 Manual: add a note about YouCompleteMe. 2014-07-15 10:36:20 +03:00
LCD 47
dd57547da0 Manual: add a note about netrw. 2014-07-04 23:12:12 +03:00
Andrew Gallant
931db14d97 filename -> fname
The rationale for this change is that `makeprgBuild` uses `fname` as the
parameter name to retrieve the file path. Therefore, the documentation
has been changed to match the code.
2014-06-12 14:54:17 -04:00
LCD 47
50518b335d Add separate highlighting groups for style messages (@kovidgoyal). 2014-05-11 20:34:32 +03:00
LCD 47
716038ea46 Output of pep257 has changed.
Fix errorformat.
Make compressWhitespace() postprocess function remove leading and
trailing spaces.
Typo in the manual.
2014-05-10 18:47:50 +03:00
Lucas Hoffmann
79fde89e7b Fix broken tag in docs.
When originally introduced that tag pointed to section 4.
2014-05-08 09:19:24 +02:00