AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-976255

Franc's questions

Martin Hope
Franc
Asked: 2021-04-21 04:45:45 +0800 CST

TagList vim 插件不起作用

  • 5

我在使用taglist. 例如,如果 I TlistOpen,则显示错误E117: Unknown function: taglist#Tlist_Window_Toggle

我使用的是 Ubuntu18.04 , vimrc 如下所示;

test@test-VirtualBox:~/.vim/taglist/plugin$ cat ~/.vimrc
set nocompatible              " be iMproved, required
filetype off                  " required

" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
set rtp+=~/.vim/taglist/plugin/
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')

" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'

" The following are examples of different formats supported.
" Keep Plugin commands between vundle#begin/end.
" plugin on GitHub repo
Plugin 'tpope/vim-fugitive'
" plugin from http://vim-scripts.org/vim/scripts.html
" Plugin 'L9'
" Git plugin not hosted on GitHub
Plugin 'git://git.wincent.com/command-t.git'
" git repos on your local machine (i.e. when working on your own plugin)
Plugin 'file:///home/gmarik/path/to/plugin'
" The sparkup vim script is in a subdirectory of this repo called vim.
" Pass the path to set the runtimepath properly.
Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}
" Install L9 and avoid a Naming conflict if you've already installed a
" different version somewhere else.
" Plugin 'ascenator/L9', {'name': 'newL9'}

Plugin 'taglist.vim'
" All of your Plugins must be added before the following line
call vundle#end()            " required
filetype plugin indent on    " required
" To ignore plugin indent changes, instead use:
"filetype plugin on
"
" Brief help
" :PluginList       - lists configured plugins
" :PluginInstall    - installs plugins; append `!` to update or just :PluginUpdate
" :PluginSearch foo - searches for foo; append `!` to refresh local cache
" :PluginClean      - confirms removal of unused plugins; append `!` to auto-approve removal
"
" see :h vundle for more details or wiki for FAQ
" Put your non-Plugin stuff after this line
set tags=/home/test/code/tags

我将我的 taglist 克隆到.vim/taglist/plugin. 我Exuberant Ctags的安装在/usr/bin/ctags并且路径在PATH. 我已经安装了 vim 插件管理器vundle。我为目录设置了 cscope 和 ctags code。但是,当我TlistOpen进入时vim,它会引发错误消息E117: Unknown function: taglist#Tlist_Window_Toggle

vim vim-plugins
  • 1 个回答
  • 396 Views
Martin Hope
Franc
Asked: 2021-04-04 08:35:49 +0800 CST

打开 Excel 文档时禁用自动打开 VBA 窗口

  • 6

我有一个excel文件,我添加了一些文件vb script来查找受保护文件的密码。我从一些互联网论坛中获取了这个脚本。之后,每当我打开这个 excel 表时,vba窗口也会自动打开。我想禁用它。有人可以帮我理解这里的问题吗?如果我通过电子邮件将此文件发送给另一个人,他在打开此文件时会遇到同样的问题吗?

microsoft-excel microsoft-excel-2010
  • 2 个回答
  • 214 Views
Martin Hope
Franc
Asked: 2021-03-17 04:31:07 +0800 CST

Wi-Fi 频道和设备

  • 5

我正在尝试了解 Wi-Fi 通道以及设备如何使用它。规范说 2.4GHz Wi-Fi 有 14 个,5 GHz Wi-Fi 有 144 个 Wi-Fi 通道。我的理解是,每个通道都被连接到的每个设备使用。这是否意味着对于 2.4 ,最大可能的设备可以是 14,而对于 5GHz,它是 144 设备?

wireless-networking wireless-access-point
  • 1 个回答
  • 71 Views
Martin Hope
Franc
Asked: 2020-05-24 01:10:00 +0800 CST

在记事本++中,我可以粘贴与现有行块相邻的行块吗

  • 6

现有文件

aaaaaaaaa
nn
mm
kkkkkk
ll
o

我想要在这个数据块旁边的另一个行块。如果我在剪贴板中复制了几行(来自同一文件或来自不同文件),我希望将这些行粘贴在现有行旁边而不格式化文件(没有新行等,..)。如果我复制了以下行(来自此文件或其他文件)

kk
lp
pl
oll
uu

我希望将其粘贴到文件中,文件应如下所示;

aaaaaaaaa     kk
nn            lp
mm            pl
kkkkkk        oll
ll            uu
o                 

如果这在 notepad++ 中是不可能的,我可以在 vim 中做到这一点吗?

notepad++ vim
  • 1 个回答
  • 268 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何减少“vmmem”进程的消耗?

    • 11 个回答
  • Marko Smith

    从 Microsoft Stream 下载视频

    • 4 个回答
  • Marko Smith

    Google Chrome DevTools 无法解析 SourceMap:chrome-extension

    • 6 个回答
  • Marko Smith

    Windows 照片查看器因为内存不足而无法运行?

    • 5 个回答
  • Marko Smith

    支持结束后如何激活 WindowsXP?

    • 6 个回答
  • Marko Smith

    远程桌面间歇性冻结

    • 7 个回答
  • Marko Smith

    子网掩码 /32 是什么意思?

    • 6 个回答
  • Marko Smith

    鼠标指针在 Windows 中按下的箭头键上移动?

    • 1 个回答
  • Marko Smith

    VirtualBox 无法以 VERR_NEM_VM_CREATE_FAILED 启动

    • 8 个回答
  • Marko Smith

    应用程序不会出现在 MacBook 的摄像头和麦克风隐私设置中

    • 5 个回答
  • Martin Hope
    Vickel Firefox 不再允许粘贴到 WhatsApp 网页中? 2023-08-18 05:04:35 +0800 CST
  • Martin Hope
    Saaru Lindestøkke 为什么使用 Python 的 tar 库时 tar.xz 文件比 macOS tar 小 15 倍? 2021-03-14 09:37:48 +0800 CST
  • Martin Hope
    CiaranWelsh 如何减少“vmmem”进程的消耗? 2020-06-10 02:06:58 +0800 CST
  • Martin Hope
    Jim Windows 10 搜索未加载,显示空白窗口 2020-02-06 03:28:26 +0800 CST
  • Martin Hope
    andre_ss6 远程桌面间歇性冻结 2019-09-11 12:56:40 +0800 CST
  • Martin Hope
    Riley Carney 为什么在 URL 后面加一个点会删除登录信息? 2019-08-06 10:59:24 +0800 CST
  • Martin Hope
    zdimension 鼠标指针在 Windows 中按下的箭头键上移动? 2019-08-04 06:39:57 +0800 CST
  • Martin Hope
    jonsca 我所有的 Firefox 附加组件突然被禁用了,我该如何重新启用它们? 2019-05-04 17:58:52 +0800 CST
  • Martin Hope
    MCK 是否可以使用文本创建二维码? 2019-04-02 06:32:14 +0800 CST
  • Martin Hope
    SoniEx2 更改 git init 默认分支名称 2019-04-01 06:16:56 +0800 CST

热门标签

windows-10 linux windows microsoft-excel networking ubuntu worksheet-function bash command-line hard-drive

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve