From 3878162e531633d23fa760762cb1ac33c4632c54 Mon Sep 17 00:00:00 2001 From: zhangxiang Date: Mon, 30 Nov 2015 23:05:21 +0800 Subject: [PATCH 1/7] =?UTF-8?q?=E4=BF=AE=E6=94=B9tags=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E4=BD=BF=E5=85=B6=E6=94=AF=E6=8C=81=E8=87=AA=E5=8A=A8=E9=80=92?= =?UTF-8?q?=E5=BD=92=E6=9F=A5=E6=89=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 6ca03495..7a99b752 100644 --- a/.vimrc +++ b/.vimrc @@ -364,8 +364,8 @@ let Tlist_Exist_OnlyWindow = 1 " 如果只有一个buffer,kill窗口也kill ""let Tlist_Enable_Fold_Column = 0 " 不要显示折叠树 "let Tlist_Show_One_File=1 "不同时显示多个文件的tag,只显示当前文件的 "设置tags -"set tags=tags -"set autochdir +set tags=tags; +set autochdir """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" From e9c008a80d54b90e2c3a87ab1a44ab9b6d495efd Mon Sep 17 00:00:00 2001 From: Ma Weiwei Date: Mon, 30 Nov 2015 23:19:05 +0800 Subject: [PATCH 2/7] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 52b8872b..82c75db0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ os: language: python python: - - 2.7 + - 2.7.5 script: - date From d9ec72ae842142d1b9caf7b22585653c28ebcc49 Mon Sep 17 00:00:00 2001 From: "jam.chenjun" Date: Wed, 23 Dec 2015 10:18:18 +0800 Subject: [PATCH 3/7] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 7a99b752..af679324 100644 --- a/.vimrc +++ b/.vimrc @@ -64,7 +64,7 @@ set tabstop=4 " 统一缩进为4 set softtabstop=4 set shiftwidth=4 -" 不要用空格代替制表符 +" 使用空格代替制表符 set expandtab " 在行和段开始处使用制表符 set smarttab From 6826f43b0061c2636f34b95c2f0a8f9cb0543851 Mon Sep 17 00:00:00 2001 From: Zhang Xiang Date: Thu, 28 Jan 2016 16:08:11 +0800 Subject: [PATCH 4/7] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=8B=E5=8A=A8?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E7=9A=84=E5=BF=AB=E6=8D=B7=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index af679324..e216cf49 100644 --- a/.vimrc +++ b/.vimrc @@ -172,6 +172,7 @@ map :tabn map! zzi map! , map ggVG$"+y +map :w map gg=G map w imap , From 16a6eaa64cefa0896f06b55bc2dfadbe2d8c8742 Mon Sep 17 00:00:00 2001 From: acelove Date: Sat, 10 Dec 2016 17:19:20 +0800 Subject: [PATCH 5/7] Update .vimrc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 支持c++11新特性 --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index af679324..e47e41d6 100644 --- a/.vimrc +++ b/.vimrc @@ -205,7 +205,7 @@ func! CompileRunGcc() exec "!g++ % -o %<" exec "!time ./%<" elseif &filetype == 'cpp' - exec "!g++ % -o %<" + exec "!g++ % -std=c++11 -o %<" exec "!time ./%<" elseif &filetype == 'java' exec "!javac %" @@ -228,7 +228,7 @@ endfunc map :call Rungdb() func! Rungdb() exec "w" - exec "!g++ % -g -o %<" + exec "!g++ % -std=c++11 -g -o %<" exec "!gdb ./%<" endfunc From 681553ab66aac07596ed1bdc09e6fdac6cf572e6 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 27 Feb 2017 15:48:37 +0800 Subject: [PATCH 6/7] fix obsolete link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 之前的链接失效了 --- update_log.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_log.md b/update_log.md index 888738e5..f75f4b7e 100644 --- a/update_log.md +++ b/update_log.md @@ -9,7 +9,7 @@ ### 2013年5月31日更新 - 增加400多种主题,可以在[colors](colors)目录中找到 -- 可以在[这里](http://vimcolorschemetest.googlecode.com/svn/html/index-c.html)预览 +- 可以在[这里](http://vimcolors.com/)预览 - 将`color ron`中的`ron`换成你喜欢的主题名字即可 - 重新打开vim生效 From cc26a20fe41d7dbea9c86d652b549c496598ade8 Mon Sep 17 00:00:00 2001 From: msn27149m Date: Tue, 20 Jun 2017 20:25:31 +0800 Subject: [PATCH 7/7] Update pyflakes.vim --- ftplugin/python/pyflakes.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftplugin/python/pyflakes.vim b/ftplugin/python/pyflakes.vim index 5a0b44ce..5cb1107e 100755 --- a/ftplugin/python/pyflakes.vim +++ b/ftplugin/python/pyflakes.vim @@ -267,7 +267,7 @@ EOF call setqflist(b:qf_list, 'r') else " one pyflakes quickfix window for all buffer - call setqflist(b:qf_list, '') + call setqflist(b:qf_list, ' ') let s:pyflakes_qf = s:GetQuickFixStackCount() endif endif