Skip to content

Commit 35e1696

Browse files
committed
Merge branch 'develop'
2 parents 1d22c1e + 33bf88a commit 35e1696

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.vimrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ nmap ,wr :RecurGrepFast <cword><CR>
227227
" don't show lint result every time we save a file
228228
let g:pymode_lint_on_write = 0
229229
" run pep8+pyflakes+pylint validator with \8
230-
autocmd FileType python map <buffer> <leader>8 :PyLint<CR>
230+
autocmd FileType python map <buffer> <leader>8 :PymodeLint<CR>
231231
" rules to ignore (example: "E501,W293")
232232
let g:pymode_lint_ignore = ""
233233
" don't add extra column for error icons (on console vim creates a 2-char-wide

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,3 +283,7 @@ Changelog
283283
* Version 6.2
284284

285285
* Fixed goto definition mappings (python-mode changed commands)
286+
287+
* Version 6.3
288+
289+
* Fixed python linter mappings (python-mode changed commands)

0 commit comments

Comments
 (0)